Skip to main content
A newer version of this page is available. .
Tab

TabbedLayoutGroup.TabPosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(TabPosition.Top)]
public 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 tabbed group tabs are displayed. The alignment of tabs along the side specified by this property can be set via the TabbedLayoutGroup.TabAlign property.

See Also