Back to Devexpress

OfficeNavigationBar.ItemOrientation Property

wpf-devexpress-dot-xpf-dot-navigation-dot-officenavigationbar-17031be4.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Orientation ItemOrientation { get; set; }
vb
Public Property ItemOrientation As Orientation

Property Value

TypeDescription
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

Orientation

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.Xpf.Navigation Namespace