Skip to main content
Tab

ASPxTabControlBase.TabPosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(TabPosition.Top)]
public virtual TabPosition TabPosition { get; set; }

Property Value

Type Default Description
TabPosition Top

One of the TabPosition enumeration values.

Available values:

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.

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