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

BarItemMenuHeader.ItemsOrientation Property

Gets or sets how this BarItemMenuHeader arranges its links. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public HeaderOrientation ItemsOrientation { get; set; }

Property Value

Type Description
HeaderOrientation

A HeaderOrientation enumerator value that specifies how this BarItemMenuHeader arranges its links.

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

For horizontally-oriented BarItemMenuHeaders, you can set the BarItemMenuHeader.MinColCount property.

See Also