TabbedLayoutGroup.SettingsTabPages Property
Provides access to the tabbed layout group page settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TabbedLayoutGroupTabPageSettings SettingsTabPages { get; }
Public ReadOnly Property SettingsTabPages As TabbedLayoutGroupTabPageSettings
Property Value
Type | Description |
---|---|
TabbedLayoutGroupTabPageSettings | A TabbedLayoutGroupTabPageSettings object that contains the tab pages settings. |
Available values:
Name | Description |
---|---|
SpaceBeforeTabsTemplate | Gets or sets a template used for rendering the space before tabs. |
SpaceAfterTabsTemplate | Gets or sets a template used for rendering the space after tabs. |
TabTemplate | Gets or sets a common template used to display the content of all the tabs within the current tabbed group. |
ActiveTabTemplate | Gets or sets a common template used for displaying the content of an active tab within the current tabbed layout group. |
ScrollButtonSpacing | Gets or sets the spacing between the scroll buttons within the tab header of a tabbed group. |
ScrollButtonsIndent | Gets or sets the amount of space between a scroll button and tabs. |
RenderMode | Obsolete. Gets or sets a value that specifies the render mode of the tabbed groups. |
JSProperties | Enables you to supply any server data that can then be parsed on the client. |
EnableTabScrolling | Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed layout group. |
EnableHotTrack | Gets or sets a value that specifies whether tabs within tabbed layout group can visually respond to mouse hovering. |
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. |
EnableClientSideAPI | Gets or sets a value that specifies whether the tabbed layout group can be manipulated on the client side via code. |
EnableCallBacks | Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server. |
EnableCallbackCompression | Gets or sets whether callback result compression is enabled. |
AutoPostBack | Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions. |
ActivateTabPageAction | Gets or sets a value that specifies which action forces a tab to be selected within a group. |
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
TabbedLayoutGroupTabPageSettings(ASPxPageControl, PageControlProperties, TabControlStyle) | Initializes a new instance of the TabbedLayoutGroupTabPageSettings class with the specified settings. |