Skip to main content
Tab

TabBase.ActiveTabStyle Property

Gets the style of the tab when it’s active.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabStyle ActiveTabStyle { get; }

Property Value

Type Description
TabStyle

A TabStyle object that contains the style settings for the tab’s active state.

Remarks

The ActiveTabStyle property provides access to the style settings which define the style for the active state of an individual tab. If this property is not defined the tab’s active style is derived from the ASPxTabControlBase.ActiveTabStyle property which specifies the common active style for all tabs within a tab control.

See Also