Back to Devexpress

ASPxTabControlBase.TabStyle Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-eaf1ecb1.md

latest1.5 KB
Original Source

ASPxTabControlBase.TabStyle Property

Gets the style settings for all tabs within a tab control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
TabStyle

A TabStyle object that contains the style settings for the tabs.

|

Remarks

The TabStyle property provides access to the style settings which define the appearance style of all tabs within the current control.

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

See Also

TabStyle

ActiveTabStyle

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace