aspnet-devexpress-dot-web-e9217b59.md
Specifies the position of tabs within a tab control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum TabPosition
Public Enum TabPosition
| 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.
|
The following properties accept/return TabPosition values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxTabControlBase.TabPosition |
| TabbedLayoutGroup.TabPosition | |
| ASP.NET MVC Extensions | TabControlSettingsBase.TabPosition |
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