HeaderOrientation Enum
Lists values that specify the orientation of headers in the TabControl‘s Header Panel.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the Tab |
Horizontal
|
The tab headers in the Header Panel are oriented horizontally. |
Vertical
|
The tab headers in the Header Panel are oriented vertically. |
#Related API Members
The following properties accept/return HeaderOrientation values:
#Remarks
The values listed by this enumeration are used to set the TabControlScrollView.HeaderOrientation property.