Back to Devexpress

ASPxTabControlBase.TabPosition Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-8b754731.md

latest2.0 KB
Original Source

ASPxTabControlBase.TabPosition Property

Gets or sets the position of tabs within the current control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(TabPosition.Top)]
public virtual TabPosition TabPosition { get; set; }
vb
<DefaultValue(TabPosition.Top)>
Public Overridable Property TabPosition As TabPosition

Property Value

TypeDefaultDescription
TabPositionTop

One of the TabPosition enumeration values.

|

Available values:

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.

|

Remarks

Use the TabPosition property to control at which side of the current tab control’s tabs are displayed. The alignment of tabs along the side specified by this property can be set using the ASPxTabControlBase.TabAlign property.

See Also

TabAlign

Page Control and Tab Control

Online Demo: Tab Control - Features

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace