Click or drag to resize
DashboardTabsItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics 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
public DashboardTab this[
	int Index
] { get; set; }

Parameters

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

Property Value

Type: DashboardTab
The DashboardTab to update.

Return Value

Type: DashboardTab
The DashboardTab.
Remarks