Back to Devexpress

NavBarViewBase.ItemsPanelOrientation Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarviewbase-29a4599b.md

latest1.8 KB
Original Source

NavBarViewBase.ItemsPanelOrientation Property

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
Orientation

One of the Orientation enumeration values.

|

Remarks

Groups use specific container panels to arrange their items. Use the ItemsPanelOrientation property to control the manner in which items are stacked within these panels. By default, items are oriented vertically. Note that you can define a custom container panel by using the NavBarViewBase.ItemsPanelTemplate property.

To learn more, see the View Layout Customization topic.

See Also

Orientation

NavBarViewBase Class

NavBarViewBase Members

DevExpress.Xpf.NavBar Namespace