Back to Devexpress

TabPosition Enum

aspnet-devexpress-dot-web-e9217b59.md

latest1.6 KB
Original Source

TabPosition Enum

Specifies the position of tabs within a tab control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TabPosition
vb
Public Enum TabPosition

Members

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

|

The following properties accept/return TabPosition values:

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

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

DevExpress.Web Namespace