BootstrapTabControlBuilder Methods
Represents a navigation control used to create tabbed interfaces.Name | Description |
---|---|
ActivateTabAction(ActivateTabPageAction) | Sets a value that specifies which action forces a tab to be selected |
ActiveTabIconCssClassField(String) | Specifies the name of a data field providing CSS classes of icons displayed by the active tab. |
ActiveTabIndex(Int32) | Sets the index of a tab (tabbed page) which is selected within the control. |
ActiveTabTemplate(TemplateContent) | Sets a common template used for displaying the content of an active tab within the current tab control. |
ActiveTabTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) | Sets a common template used for displaying the content of an active tab within the current tab control. |
ActiveTabTextTemplate(TemplateContent) | Sets a common template used for displaying the text content of an active tab within the current tab control. |
ActiveTabTextTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) | Sets a common template used for displaying the text content of an active tab within the current tab control. |
ClientSideEvents(Action<TabControlClientSideEventsBuilder>) | Object that lists the client-side events specific to a tab control. |
ClientVisible(Boolean) | Sets a value that specifies the initial visibility state of a web control on the client. |
CssClasses(Action<BootstrapTabControlCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of the Tab Control. |
EnableClientSideAPI(Boolean) | Sets a value that specifies whether the tab control can be manipulated on the client side via code. |
Enabled(Boolean) | Inherited from BootstrapControlBuilder<T>. |
EncodeHtml(Boolean) | Inherited from BootstrapControlBuilder<T>. |
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. |
Height(Int32) | Inherited from BootstrapControlBuilder<T>. |
Height(String) | Inherited from BootstrapControlBuilder<T>. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
Name(String) | Inherited from BootstrapControlBuilder<T>. |
NameField(String) | Sets the name of a data field (or an xml element’s attribute) which provides tab unique identifier names. |
NavigateUrlField(String) | Sets the name of a data field (or an xml element’s attribute) which provides tab navigation locations. |
NavigateUrlFormatString(String) | Sets the pattern used to format tab navigate URLs. |
OnInitialized(Action<IBootstrapTabControl, IEventArgs>) | |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SyncSelectionMode(SyncSelectionMode) | Sets whether the tab, whose navigation location points to the currently browsed web page, is automatically activated. |
TabAlign(TabAlign) | Sets the alignment of tabs along the control’s side. |
TabIconCssClassField(String) | Specifies the name of a data field providing CSS classes of icons displayed by tabs. |
TabIndex(Int16) | Sets the control’s tab index. |
Tabs(Action<BootstrapTabCollectionBuilder>) | Provides access to the collection of tabs. |
TabTemplate(TemplateContent) | Sets a common template used for displaying the content of all tabs within the current tab control. |
TabTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) | Sets a common template used for displaying the content of all tabs within the current tab control. |
TabTextTemplate(TemplateContent) | Sets a common template used to display the text content of all the tabs within the current control. |
TabTextTemplate(TemplateContentCallback<BootstrapTabControlTemplateContainerSettings>) | Sets a common template used to display the text content of all the tabs within the current control. |
Target(String) | Sets the window or frame at which to tarthe contents of the URLs associated with the links. |
TextField(String) | Sets the name of a data field (or an xml element’s attribute) which provides tab texts. |
TextFormatString(String) | Sets the pattern used to format tab texts. |
ToolTip(String) | Sets the text displayed when the mouse pointer hovers over the control. |
ToolTipField(String) | Sets the name of a data field (or an xml element’s attribute) which provides tab tooltip texts. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(Boolean) | Inherited from BootstrapControlBuilder<T>. |
Width(Int32) | Inherited from BootstrapControlBuilder<T>. |
Width(String) | Inherited from BootstrapControlBuilder<T>. |
WriteTo(TextWriter, HtmlEncoder) | Inherited from BootstrapControlBuilder<T>. |
See Also