Skip to main content
Tab

ASPxTabControlBase.ActiveTabStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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 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