DataPA Enterprise Dashboard Controls API Reference
Gets and sets a DashboardTab in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DashboardTab this[
	int Index
] { get; set; }
Visual Basic
Public Property Item ( 
	Index As Integer
) As DashboardTab
	Get
	Set
Visual C++
public:
virtual property DashboardTab^ Item[int Index] {
	DashboardTab^ get (int Index) sealed;
	void set (int Index, DashboardTab^ value) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the DashboardTab to update or retrieve.

Property Value

Type: DashboardTab
The DashboardTab to update.

Return Value

Type: DashboardTab
The DashboardTab.

Remarks