BootstrapPageControlBuilder Methods
Represents a navigation control made up of multiple tabbed pages.| Name | Description |
|---|---|
| ActivateTabPageAction(ActivateTabPageAction) | Sets a value that specifies which action forces a tab to be selected. |
| 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 page control. |
| ActiveTabTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a common template used for displaying the content of an active tab within the current page control. |
| ActiveTabTextTemplate(TemplateContent) | Sets a common template used for displaying the text content of an active tab within the current page control. |
| ActiveTabTextTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a common template used for displaying the text content of an active tab within the current page 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<BootstrapPageControlCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of the Page Control. |
| EnableCallbackAnimation(Boolean) | Sets a value that specifies whether a specific animation effect is used when a control’s content is updated via a callback. |
| EnableCallbackCompression(Boolean) | Sets whether callback result compression is enabled. |
| 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>. |
| OnInitialized(Action<IBootstrapPageControl, IEventArgs>) | |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Routes(Action<PageControlRouteCollectionBuilder>) | |
| SaveStateToCookies(Boolean) | Sets a value that specifies whether cookies are used to persist information about the active tab. |
| SaveStateToCookiesID(String) | Sets the name (identifier) of the cookie in which the PageControl’s state is persisted. |
| SettingsLoadingPanel(Action<SettingsLoadingPanelBuilder>) | Provides access to the loading panel settings. |
| ShowTabs(Boolean) | Sets whether tab page headers are displayed within the PageControl. |
| TabAlign(TabAlign) | Sets the alignment of tabs along the control’s side. |
| TabIndex(Int16) | Sets the control’s tab index. |
| TabPages(Action<BootstrapTabPageCollectionBuilder>) | Provides access to the collection of tabbed pages within the PageControl. |
| TabTemplate(TemplateContent) | Sets a common template used for displaying the content of all tabs within the current page control. |
| TabTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a common template used for displaying the content of all tabs within the current page control. |
| TabTextTemplate(TemplateContent) | Sets a common template used for displaying the text content of all tabs within the current page control. |
| TabTextTemplate(TemplateContentCallback<BootstrapPageControlTemplateContainerSettings>) | Sets a common template used for displaying the text content of all tabs within the current page control. |
| ToolTip(String) | Sets the text displayed when the mouse pointer hovers over the control. |
| 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