Skip to main content

OfficeNavigationBar.Orientation Property

Get or sets whether the OfficeNavigationBar is oriented horizontally or vertically. This is a dependency property.

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

An Orientation enumeration value that specifies whether the OfficeNavigationBar is oriented horizontally or vertically. The default is Horizontal.

Remarks

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

See Also