TabBase.TabStyle Property
In This Article
Gets the style settings of the current tab.
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 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