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

TabPosition Enum

Specifies the position of tabs within a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum TabPosition

Members

Name Description
Top

The tabs are located across the top of the control.

Bottom

The tabs are located across the bottom of the control.

Left

The tabs are located along the left side of the control.

Right

The tabs are located along the right side of the control.

Related API Members

Remarks

The TabPosition enumerator contains values specifying the position of tabs within a tab control. The values of this enumerator are used to set the ASPxTabControlBase.TabPosition property.

See Also