Skip to main content

NavBarItemControl.ViewOrientation Property

Gets or sets the orientation of groups in the view. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public Orientation ViewOrientation { get; set; }

Property Value

Type Description
Orientation

One of the Orientation enumeration values.

See Also