DashboardDesignerSelectedTabIndex Property |
|
DataPA OpenAnalytics 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 public int SelectedTabIndex { get; }
Public ReadOnly Property SelectedTabIndex As Integer
Get
public:
virtual property int SelectedTabIndex {
int get () sealed;
}
function get_SelectedTabIndex();
Return Value
Type:
Int32The index of the currently selected tab.
Remarks See Also