BootstrapTabbedLayoutGroupTabPageSettings Members
Contains settings specific to tab pages displayed within a tabbed layout group.Constructors
| Name | Description |
|---|---|
| BootstrapTabbedLayoutGroupTabPageSettings(ASPxPageControl, BootstrapPageControlProperties, TabControlStyle) | Initializes a new instance of the BootstrapTabbedLayoutGroupTabPageSettings class with the specified settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings of the specified object to the current one. Inherited from TabbedLayoutGroupTabPageSettings. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also