DataPA Enterprise Dashboard Controls API Reference
Gets index of the currently selected dashboard tab. If none are selected, returns -1.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public int SelectedTabIndex { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SelectedTabIndex As Integer
Get |
| Visual C++ |
|---|
public:
virtual property int SelectedTabIndex {
int get () sealed;
} |
Return Value
Type:
Int32The index of the currently selected tab.
Remarks
See Also