TabControlStyles.Tab Property
In This Article
Gets the style settings defining the appearance of tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
The Tab property provides access to the style settings defining the appearance style of tabs. To specify the appearance style for active tabs use the TabControlStyles.ActiveTab property.
See Also