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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.