Skip to main content
A newer version of this page is available. .

BootstrapClientTab Class

Represents a client-side equivalent of a tab control’s BootstrapTab or a page control’s BootstrapTabPage object.

Declaration

declare class BootstrapClientTab extends ASPxClientTab

Remarks

The BootstrapClientTab object represents a client tab object that corresponds to a particular item in a tab control’s BootstrapTabControl.Tabs collection or a page control’s BootstrapPageControl.TabPages collection. An individual client tab object can be accessed by using the BootstrapClientTabControl.GetTab or BootstrapClientTabControl.GetTabByName method of a client tab control (page control) object.

Inheritance

ASPxClientTab
BootstrapClientTab
See Also