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

BootstrapTabPage Properties

Defines an individual tab page.
Name Description
ActiveTabCssClass Gets or sets the name of a CSS class applied to the current tab when the tab is active.
ActiveTabIconCssClass Gets or sets the CSS class of the icon displayed by the current tab when the tab is active.
ActiveTabImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ActiveTabStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ActiveTabTemplate Gets or sets a template used for displaying the content of the current page’s tab when it’s active. Inherited from TabPage.
ActiveTabTextTemplate Gets or sets a template used for displaying the text content of the current page’s tab when it’s active. Inherited from TabPage.
Badge Gets settings of a badge displayed within the tab.
ClientEnabled Gets or sets a value that indicates whether the tab (or tab page) is enabled on the client. Inherited from TabBase.
ClientVisible Gets or sets a value that specifies the tab’s initial visibility state on the client. Inherited from TabBase.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
ContentCollection Provides access to an object’s collection of content controls. Inherited from ContentControlCollectionItem.
Controls Gets a collection that contains child controls representing the current object’s content. Inherited from ContentControlCollectionItem.
DataItem This property is not in effect for theTabPage class. Inherited from TabPage.
Enabled Gets or sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions. Inherited from TabBase.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
IsActive Gets a value that indicates whether the current tab is the control’s active tab. Inherited from TabBase.
Name Gets or sets the unique identifier name for the current tab object. Inherited from TabBase.
NewLine This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TabControl Gets the control to which the current tab belongs. Inherited from TabBase.
TabCssClass Gets or sets the name of a CSS class applied to the tabbed page’s tab.
TabIconCssClass Gets or sets the CSS class of the icon displayed by the current tab.
TabImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TabStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TabTemplate Gets or sets a template used to display the content of the current page’s tab. Inherited from TabPage.
TabTextTemplate Gets or sets a template used to display the content of the current page’s tab text. Inherited from TabPage.
Text Gets or sets the text content of the current tab (tab page) object. Inherited from TabBase.
TextCssClass Gets or sets the name of a CSS class applied to the tab’s text.
ToolTip Gets or sets the current tab’s tooltip text. Inherited from TabBase.
Visible Gets or sets a value specifying the visibility of the current tab (tab page). Inherited from TabBase.
VisibleIndex Gets or sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control. Inherited from TabBase.
See Also