TabOrientation Enum
Lists values that specify the orientation of the tab headers in a tab control.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
The default behavior determined by controls. For an Xtra For a Tabbed |
Horizontal
|
The tab headers are horizontally oriented. |
Vertical
|
The tab headers are vertically oriented. |
#Related API Members
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.