ASPxTabControlBase.ActiveTabStyle Property
In This Article
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
#Property Value
Type | Description |
---|---|
Tab |
A 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