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.
|
ActiveTabTemplate
|
Gets or sets a template used for displaying the content of the current page’s tab when it’s active.
|
ActiveTabTextTemplate
|
Gets or sets a template used for displaying the text content of the current page’s tab when it’s active.
|
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.
|
ClientVisible
|
Gets or sets a value that specifies the tab’s initial visibility state on the client.
|
Collection
|
Gets the collection to which an item belongs.
|
Controls
|
Gets a collection that contains child controls representing the current object’s content.
|
Enabled
|
Gets or sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions.
|
Index
|
Gets or sets the item’s index within the collection.
|
IsActive
|
Gets a value that indicates whether the current tab is the control’s active tab.
|
Name
|
Gets or sets the unique identifier name for the current tab object.
|
TabControl
|
Gets the control to which the current tab belongs.
|
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.
|
TabTemplate
|
Gets or sets a template used to display the content of the current page’s tab.
|
TabTextTemplate
|
Gets or sets a template used to display the content of the current page’s tab text.
|
Text
|
Gets or sets the text content of the current tab (tab page) object.
|
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.
|
Visible
|
Gets or sets a value specifying the visibility of the current tab (tab page).
|
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.
|