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

TabbedLayoutGroup.TabAlign Property

Gets or sets the alignment of tabs along the tabbed layout group’s side specified by the TabbedLayoutGroup.TabPosition property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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 tabbed group’s side which is specified via the TabbedLayoutGroup.TabPosition property.

See Also