Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkMenuHeader.ItemsOrientation Property

Gets or sets the orientation of BarItemLinks that follow the current BarItemLinkMenuHeader.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public HeaderOrientation ItemsOrientation { get; set; }

Property Value

Type Description
HeaderOrientation

A HeaderOrientation enumerator value that specifies the orientation of BarItemLinks that follow the current BarItemLinkMenuHeader.

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.

Remarks

If the ItemsOrientation property arranges BarItemLinks horizontally, these links are presented with only their glyphs. Vertically arranged Bar Item Links display both glyphs and captions:

BarItemLinkMenuHeader Example

See Also