Skip to main content
Tab

TabStyle Class

Defines style settings for tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TabStyle :
    AppearanceStyle

Remarks

The TabStyle class contains settings that define the style of tabs within a tab control.

An object of the TabStyle type can be accessed via the ASPxTabControlBase.TabStyle and ASPxTabControlBase.ActiveTabStyle properties of a tab control and the TabBase.TabStyle and TabBase.ActiveTabStyle properties of a tab object.

See Also