DataPA Enterprise Dashboard Controls API Reference
Gets a DashboardTab object that is the currently selected dashboard tab. If none are selected, returns nothing.

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

Syntax

C#
public DashboardTab SelectedTab { get; }
Visual Basic
Public ReadOnly Property SelectedTab As DashboardTab
	Get
Visual C++
public:
virtual property DashboardTab^ SelectedTab {
	DashboardTab^ get () sealed;
}

Property Value

Type: DashboardTab
Tab to select.

Return Value

Type: DashboardTab
Current selected tab.

Remarks