TabBase.ActiveTabStyle Property
Gets the style of the tab when it’s active.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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