TabControlStyles.ActiveTab Property
Gets the style settings defining the appearance of the active tab within a TabControl and PageControl.
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 ActiveTab property provides access to the style settings defining the appearance style of the active tab. To specify the appearance style for inactive tabs, use the TabControlStyles.Tab property.
See Also