Skip to main content
A newer version of this page is available. .
Tab

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.v19.1.dll

Declaration

[DefaultValue(TabAlign.Left)]
public TabAlign TabAlign { get; set; }

Property Value

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.

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