Skip to main content
A newer version of this page is available. .
Tab

RibbonTab.ActiveTabStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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. 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