RibbonTab.ActiveTabStyle Property
Gets the style settings for the active tab within a ribbon control.
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 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. If this property is not defined the tab’s active style is derived from the TabControlStyles.ActiveTab property, which specifies the common active style for all tabs within a tab control.
See Also