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

OfficeNavigationBar.ItemOrientation Property

Gets or sets whether the OfficeNavigationBar items are oriented horizontally or vertically. This is a dependency property.

Namespace: DevExpress.Xpf.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public Orientation ItemOrientation { get; set; }

Property Value

Type Description
Orientation

An Orientation enumeration value that specifies whether the OfficeNavigationBar items are oriented horizontally or vertically.

Remarks

The OfficeNavigationBar.Orientation and ItemOrientation properties allow you to specify the orientation of the OfficeNavigationBar itself and its items.

See Also