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

ASPxTabControlBase.ActiveTabStyle Property

Gets the style settings for the active tab within a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabStyle ActiveTabStyle { get; }

Property Value

Type Description
TabStyle

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

Remarks

The ActiveTabStyle property provides access to the style settings which define the appearance style of the active tab within the current control.

A specific active style can be applied to a particular tab within the control by using the tab’s TabBase.ActiveTabStyle property.

See Also