ASPxClientTabControl Class
Represents a client-side equivalent of the ASPxTabControl object.
Declaration
declare class ASPxClientTabControl extends ASPxClientTabControlBase
Remarks
The ASPxClientTabControl object serves as a client-side equivalent of the ASPxTabControl object and represents a client object which maintains a collection of tabs. The ASPxClientTabControl object derives from the ASPxClientTabControlBase object which implements the main functionality of a client tab control object.
Using the inherited methods a particular tab can be accessed by its index or name (ASPxClientTabControlBase.GetTab, ASPxClientTabControlBase.GetTabByName), the selected tab can be obtained or changed (ASPxClientTabControlBase.GetActiveTab, ASPxClientTabControlBase.SetActiveTab) and the total number of tabs can be retrieved (ASPxClientTabControlBase.GetTabCount).
The client events available via the ASPxClientTabControl object allow you to respond to a change to an active tab within a tab control (ASPxClientTabControlBase.ActiveTabChanging, ASPxClientTabControlBase.ActiveTabChanged).
Note
The client-side programmatic interface is available if the ASPxTabControlBase.EnableClientSideAPI property is set to true
.