TabPosition Enum
In This Article
Specifies the position of tabs within a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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
The following properties accept/return TabPosition values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
Tabbed |
|
ASP. |
Tab |
#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