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

TabControlStyles.Tab Property

Gets the style settings defining the appearance of tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TabStyle Tab { get; }

Property Value

Type Description
TabStyle

A TabStyle object that contains style settings.

Remarks

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

See Also