TabBase.TabStyle Property
Gets the style settings of the current tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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