Skip to main content

ASPxClientTab.index Property

Gets the index of the current tab (tabbed page) within the control’s collection of tabs (tabbed pages).

Declaration

index: number

Property Value

Type Description
number

The index of the current tab (tabbed page) within the ASPxTabControl.Tabs (ASPxPageControl.TabPages) collection of the control to which the tab belongs.

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