Skip to main content
Tab

ASPxTabControlBase.TabStyle Property

Gets the style settings for all tabs within a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TabStyle TabStyle { get; }

#Property Value

Type Description
TabStyle

A TabStyle object that contains the style settings for the tabs.

#Remarks

The TabStyle property provides access to the style settings which define the appearance style of all tabs within the current control.

A specific style can be applied to a particular tab within the control by using the tab’s TabBase.TabStyle property.

See Also