BootstrapClientTab Methods
Represents a client-side equivalent of a tab control’s BootstrapTab or a page control’s BootstrapTabPage object.| 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