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

BootstrapClientTab Members

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

Properties

Name Description
index Gets the index of the current tab (tabbed page) within the control’s collection of tabs (tabbed pages). Inherited from ASPxClientTab.
name Gets the name that uniquely identifies the current tab. Inherited from ASPxClientTab.
tabControl Gets the tab control to which the current tab belongs. Inherited from ASPxClientTab.

Methods

Name Description
GetActiveIconCssClass Gets the CSS class of an icon displayed by the tab when it is active.
GetActiveImageUrl Obsolete. Returns the URL pointing to the image displayed within the active tab.
GetBadgeIconCssClass Gets the CSS class of the icon displayed within the tab badge.
GetBadgeText Gets the text displayed within the tab badge.
GetEnabled Returns a value specifying whether a tab is enabled. Inherited from ASPxClientTab.
GetIconCssClass Gets the CSS class of the icon displayed by the tab.
GetImageUrl Obsolete. Returns the URL pointing to the image displayed within the tab.
GetNavigateUrl Gets an URL which defines the navigation location for the tab. Inherited from ASPxClientTab.
GetText Returns text displayed within the tab. Inherited from ASPxClientTab.
GetVisible Returns a value specifying whether a tab is displayed. Inherited from ASPxClientTab.
SetActiveIconCssClass(cssClass) Sets the CSS class of an icon displayed by the tab when it is active.
SetActiveImageUrl(value) Obsolete. Specifies the URL which points to the image displayed within the active tab.
SetBadgeIconCssClass(cssClass) Sets the CSS class of the icon displayed within the tab badge.
SetBadgeText(text) Sets the text displayed within the tab badge.
SetEnabled(value) Specifies whether the tab is enabled. Inherited from ASPxClientTab.
SetIconCssClass(cssClass) Sets the CSS class of the icon displayed by the tab.
SetImageUrl(value) Obsolete. Specifies the URL which points to the image displayed within the tab.
SetNavigateUrl(value) Specifies a URL which defines the navigation location for the tab. Inherited from ASPxClientTab.
SetText(value) Specifies the text displayed within the tab. Inherited from ASPxClientTab.
SetVisible(value) Specifies whether the tab is visible. Inherited from ASPxClientTab.
See Also