Skip to main content
Tab

ContentStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ContentStyle :
    AppearanceStyle

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