TabPosition Enum
Specifies the position of tabs within a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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.NET Web Forms Controls | ASPxTabControlBase.TabPosition |
TabbedLayoutGroup.TabPosition | |
ASP.NET MVC Extensions | TabControlSettingsBase.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