ASPxTabControlBase.TabStyle Property
In This Article
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
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#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