Back to Devexpress

ASPxTabControlBase.ActiveTabStyle Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-3fcce02d.md

latest1.6 KB
Original Source

ASPxTabControlBase.ActiveTabStyle Property

Gets the style settings for the active tab within a tab control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TabStyle ActiveTabStyle { get; }
vb
Public ReadOnly Property ActiveTabStyle As TabStyle

Property Value

TypeDescription
TabStyle

A TabStyle object that contains the style settings for the active tab.

|

Remarks

The ActiveTabStyle property provides access to the style settings which define the appearance style of the active tab within the current control.

A specific active style can be applied to a particular tab within the control by using the tab’s TabBase.ActiveTabStyle property.

See Also

ActiveTabStyle

TabStyle

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace