aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-b764c6be.md
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
[DefaultValue(TabAlign.Left)]
public TabAlign TabAlign { get; set; }
<DefaultValue(TabAlign.Left)>
Public Property TabAlign As TabAlign
| Type | Default | Description |
|---|---|---|
| TabAlign | Left |
One of the TabAlign enumeration values.
|
Available values:
| Name | Description |
|---|---|
| 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.
|
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