wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkmenuheader.md
Gets or sets how the BarItemLinkMenuHeader arranges its items. This is a dependency property.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public HeaderOrientation ItemsOrientation { get; set; }
Public Property ItemsOrientation As HeaderOrientation
| Type | Description |
|---|---|
| HeaderOrientation |
The value that specifies how the BarItemLinkMenuHeader arranges its items.
|
Available values:
| Name | Description |
|---|---|
| Default |
The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the TabControlViewBase.HeaderLocation property. The headers are oriented horizontally if the Header Panel is located at the top or bottom of the tab item. Otherwise, they are oriented vertically.
| | Horizontal |
The tab headers in the Header Panel are oriented horizontally.
| | Vertical |
The tab headers in the Header Panel are oriented vertically.
|
If the ItemsOrientation property is set to Horizontal the BarItemLinkMenuHeader displays item glyphs without captions.
See Also