BarItemLinkMenuHeader.ItemsOrientation Property
Gets or sets how the BarItemLinkMenuHeader arranges its items. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public HeaderOrientation ItemsOrientation { get; set; }
#Property Value
Type | Description |
---|---|
Header |
The value that specifies how the Bar |
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 Tab |
Horizontal | The tab headers in the Header Panel are oriented horizontally. |
Vertical | The tab headers in the Header Panel are oriented vertically. |
#Remarks
If the ItemsOrientation
property is set to Horizontal
the BarItemLinkMenuHeader displays item glyphs without captions.