TabBase.ActiveTabStyle Property
In This Article
Gets the style of the tab when it’s active.
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 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