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

TabControlStyles.ActiveTab Property

Gets the style settings defining the appearance of the active tab within a TabControl and PageControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabStyle ActiveTab { get; }

Property Value

Type Description
TabStyle

A TabStyle object that contains the style settings.

Remarks

The ActiveTab property provides access to the style settings defining the appearance style of the active tab. To specify the appearance style for inactive tabs, use the TabControlStyles.Tab property.

See Also