Skip to main content
Tab

TabBase.TabStyle Property

Gets the style settings of the current tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabStyle TabStyle { get; }

Property Value

Type Description
TabStyle

A TabStyle object that contains the style settings.

Remarks

The TabStyle property provides access to the style settings which define the appearance style of the current tab object.

A common style can be applied to all tabs within a tab control by using the control’s ASPxTabControlBase.TabStyle property.

See Also