TabControlSettingsBase.TabAlign Property
Gets or sets the alignment of tabs along the side of the control, specified by the TabControlSettingsBase.TabPosition property.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
TabAlign | One of the TabAlign enumeration values that define the alignment of tabs. |
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. |
See Also