BootstrapTabbedLayoutGroupTabPageSettings Properties
Contains settings specific to tab pages displayed within a tabbed layout group.Name | Description |
---|---|
ActivateTabPageAction | Gets or sets a value that specifies which action forces a tab to be selected within a group. Inherited from TabbedLayoutGroupTabPageSettings. |
ActiveTabTemplate | Gets or sets a common template used for displaying the content of an active tab within the current tabbed layout group. Inherited from TabbedLayoutGroupTabPageSettings. |
AutoPostBack | Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions. Inherited from TabbedLayoutGroupTabPageSettings. |
EnableCallbackCompression | Gets or sets whether callback result compression is enabled. Inherited from TabbedLayoutGroupTabPageSettings. |
EnableCallBacks | Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server. Inherited from TabbedLayoutGroupTabPageSettings. |
EnableClientSideAPI | Gets or sets a value that specifies whether the tabbed layout group can be manipulated on the client side via code. Inherited from TabbedLayoutGroupTabPageSettings. |
EnableHierarchyRecreation | Gets or sets a value that specifies whether the tabbed layout group enables its control hierarchy to be forcibly recreated, to apply the settings defined at runtime to its child controls. Inherited from TabbedLayoutGroupTabPageSettings. |
JSProperties | Enables you to supply any server data that can then be parsed on the client. Inherited from TabbedLayoutGroupTabPageSettings. |
RenderMode | Obsolete. Gets or sets a value that specifies the render mode of the tabbed groups. Inherited from TabbedLayoutGroupTabPageSettings. |
SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist the information about the control. |
SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the control’s state is persisted. |
TabTemplate | Gets or sets a common template used to display the content of all the tabs within the current tabbed group. Inherited from TabbedLayoutGroupTabPageSettings. |
See Also