Back to Devexpress

TabAlign Enum

aspnet-devexpress-dot-web-9608eb75.md

latest1.8 KB
Original Source

TabAlign Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TabAlign
vb
Public Enum TabAlign

Members

NameDescription
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.

|

The following properties accept/return TabAlign values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxTabControlBase.TabAlign
TabbedLayoutGroup.TabAlign
ASP.NET MVC ExtensionsTabControlSettingsBase.TabAlign

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

DevExpress.Web Namespace