ASPxClientTab.index Property
In This Article
Gets the index of the current tab (tabbed page) within the control’s collection of tabs (tabbed pages).
#Declaration
TypeScript
index: number
#Property Value
Type | Description |
---|---|
number | The index of the current tab (tabbed page) within the ASPx |
#Remarks
Use the index property to obtain the index of a tab (tabbed page) within the control’s collection of tabs (tabbed pages). Depending upon the control’s type (a tab control or a tabbed page control) this collection can be accessed via either the ASPxTabControl.Tabs or ASPxPageControl.TabPages property.
See Also