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

ContentStyle Class

Defines style settings for the client region of the active tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ContentStyle :
    AppearanceStyle

The following members return ContentStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTabControlBase.ContentStyle
FilterControlStyles.TabContent
TabbedLayoutGroupTabPageStyles.ContentStyle
TabControlStyles.Content
ASP.NET Bootstrap Controls BootstrapPageControl.ContentStyle
BootstrapTabControl.ContentStyle

Remarks

The ContentStyle class contains settings that define the style of a region which is displayed under the tab panel within the tab control’s bounds and that corresponds to the currently active tab.

An object of the ContentStyle type can be accessed via the ASPxTabControlBase.ContentStyle property of a tab control.

See Also