Back to Devexpress

TabStyle Class

aspnet-devexpress-dot-web-62c79f1e.md

latest3.9 KB
Original Source

TabStyle Class

Defines style settings for tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TabStyle :
    AppearanceStyle
vb
Public Class TabStyle
    Inherits AppearanceStyle

The following members return TabStyle objects:

Show 14 links

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TabStyle HtmlEditorStatusBarTabStyle

RibbonFileTabStyle

See Also

TabStyle Members

ASPxTabControlBase.TabStyle

ASPxTabControlBase.ActiveTabStyle

TabBase.TabStyle

TabBase.ActiveTabStyle

Page Control and Tab Control

DevExpress.Web Namespace