BootstrapTabPageBuilder Methods
Defines an individual tab page.| Name | Description |
|---|---|
| ActiveTabCssClass(String) | Sets the name of a CSS class applied to the current tab when the tab is active. |
| ActiveTabIconCssClass(String) | Sets the CSS class of the icon displayed by the current tab when the tab is active. |
| ActiveTabTemplate(TemplateContent) | Sets a template used for displaying the content of the current page’s tab when it’s active. |
| ActiveTabTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a template used for displaying the content of the current page’s tab when it’s active. |
| ActiveTabTextTemplate(TemplateContent) | Sets a template used for displaying the text content of the current page’s tab when it’s active. |
| ActiveTabTextTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a template used for displaying the text content of the current page’s tab when it’s active. |
| Badge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed within the tab. |
| ClientEnabled(Boolean) | Sets a value that indicates whether the tab (or tab page) is enabled on the client. |
| ClientVisible(Boolean) | Sets a value that specifies the tab’s initial visibility state on the client. |
| Content(TemplateContent) | |
| Enabled(Boolean) | Sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(String) | Sets the unique identifier name for the current tab object. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| TabCssClass(String) | Sets the name of a CSS class applied to the tabbed page’s tab. |
| TabIconCssClass(String) | Sets the CSS class of the icon displayed by the current tab. |
| TabTemplate(TemplateContent) | Sets a template used to display the content of the current page’s tab. |
| TabTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a template used to display the content of the current page’s tab. |
| TabTextTemplate(TemplateContent) | Sets a template used to display the content of the current page’s tab text. |
| TabTextTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a template used to display the content of the current page’s tab text. |
| Text(String) | Sets the text content of the current tab (tab page) object. |
| TextCssClass(String) | Sets the name of a CSS class applied to the tab’s text. |
| ToolTip(String) | Sets the current tab’s tooltip text. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value specifying the visibility of the current tab (tab page). |
| VisibleIndex(Int32) | Sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control. |
See Also