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

TabAlign Enum

Specifies the alignment of tabs along the control’s side specified by the ASPxTabControlBase.TabPosition property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum TabAlign

Members

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.

Related API Members

The following properties accept/return TabAlign values:

Remarks

The TabAlign enumerator contains values specifying the alignment of tabs along a specific side of a tab control. The values of this enumerator are used to set the ASPxTabControlBase.TabAlign property.

See Also