Skip to main content
A newer version of this page is available. .
Tab

TabbedLayoutGroupTabPageSettings Members

Contains settings specific to tab pages displayed within a tabbed layout group.

Constructors

Name Description
TabbedLayoutGroupTabPageSettings(ASPxPageControl, PageControlProperties, TabControlStyle) Initializes a new instance of the TabbedLayoutGroupTabPageSettings 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.
ActiveTabTemplate Gets or sets a common template used for displaying the content of an active tab within the current tabbed layout group.
AutoPostBack Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.
EnableCallbackCompression Gets or sets whether callback result compression is enabled.
EnableCallBacks Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.
EnableClientSideAPI Gets or sets a value that specifies whether the tabbed layout group can be manipulated on the client side via code.
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.
EnableHotTrack Gets or sets a value that specifies whether tabs within tabbed layout group can visually respond to mouse hovering.
EnableTabScrolling Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed layout group.
JSProperties Enables you to supply any server data that can then be parsed on the client.
RenderMode Obsolete. Gets or sets a value that specifies the render mode of the tabbed groups.
ScrollButtonsIndent Gets or sets the amount of space between a scroll button and tabs.
ScrollButtonSpacing Gets or sets the spacing between the scroll buttons within the tab header of a tabbed group.
SpaceAfterTabsTemplate Gets or sets a template used for rendering the space after tabs.
SpaceBeforeTabsTemplate Gets or sets a template used for rendering the space before tabs.
TabTemplate Gets or sets a common template used to display the content of all the tabs within the current tabbed group.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
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