Back to Devexpress

ASPxTabControlBase.TabAlign Property

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

latest2.0 KB
Original Source

ASPxTabControlBase.TabAlign Property

Gets or sets the alignment of tabs along the control’s side specified by the ASPxTabControlBase.TabPosition property.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(TabAlign.Left)]
public TabAlign TabAlign { get; set; }
vb
<DefaultValue(TabAlign.Left)>
Public Property TabAlign As TabAlign

Property Value

TypeDefaultDescription
TabAlignLeft

One of the TabAlign enumeration values.

|

Available values:

NameDescription
Left

Tabs are left justified along the specified side of a tab control.

| | Center |

Tabs are centered along the specified side of a tab control.

| | Right |

Tabs are right justified along the specified side of a tab control.

| | Justify |

Tabs are uniformly spread out and aligned with both left and right margins along the specified side of a tab control.

|

Remarks

Use the TabAlign property to specify how tabs are aligned along the current control’s side which is specified via the ASPxTabControlBase.TabPosition property.

See Also

TabPosition

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace