RibbonTab.TabStyle Property
Gets the style settings of the current ribbon tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 ASPxRibbon.StylesTabControl property.
See Also