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

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

Declaration

public Orientation ViewOrientation { get; set; }

Property Value

Type Description
Orientation

One of the Orientation enumeration values.

See Also