Skip to main content

TabControlSettingsBase.TabPosition Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public TabPosition TabPosition { get; set; }

Property Value

Type Description
TabPosition

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 via the TabControlSettingsBase.TabAlign property.

See Also