TabControlScrollView.HeaderOrientation Property
In This Article
Gets or sets the orientation of tab headers. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Header |
One of the Header |
#Remarks
The tab headers can be oriented in two ways:
Horizontally
Vertically
When the HeaderOrientation property is set to Default, the headers' orientation is defined by the location of the Header Panel, specified by the TabControlViewBase.HeaderLocation property. If the Header Panel is located on the left or right side of the tab item, the headers are oriented vertically. Otherwise, the headers are oriented horizontally.
See Also