Skip to main content

TabAlign Enum

Specifies the alignment of tabs along the control’s side.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also