Back to Devexpress

TabOrientation Enum

windowsforms-devexpress-dot-xtratab-e2751f18.md

latest3.0 KB
Original Source

TabOrientation Enum

Lists values that specify the orientation of the tab headers in a tab control.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum TabOrientation
vb
Public Enum TabOrientation

Members

NameDescription
Default

The default behavior determined by controls.

For an XtraTabControl, the orientation of the tab headers depends upon the XtraTabControl.HeaderLocation property’s value. If the tab headers are located across the bottom or top of the tab control, they are horizontally oriented. Otherwise, if the tab headers are located along the left or right side of the tab control, they are vertically oriented.

For a TabbedView in a DocumentManager, the Default option is equivalent to Horizontal.

| | Horizontal |

The tab headers are horizontally oriented.

| | Vertical |

The tab headers are vertically oriented.

|

The following properties accept/return TabOrientation values:

Remarks

The values listed by this enumeration are used to set the tab control’s XtraTabControl.HeaderOrientation property.

See Also

HeaderOrientation

DevExpress.XtraTab Namespace