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

NavBarItemControl.ItemsPanelOrientation Property

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public Orientation ItemsPanelOrientation { get; set; }

Property Value

Type Description
Orientation

One of the Orientation enumeration values.

See Also