Back to Devexpress

NavBarViewBase.Orientation Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarviewbase-f8b4c1d9.md

latest1.6 KB
Original Source

NavBarViewBase.Orientation Property

Gets or sets the orientation of groups within the view. 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 Orientation { get; set; }
vb
Public Property Orientation As Orientation

Property Value

TypeDescription
Orientation

One of the Orientation enumeration values.

|

Remarks

Groups can be arranged within a view one after another, either vertically or horizontally. Use the Orientation property to control the group arrangement. By default, the vertical orientation is used.

To learn more, see the View Layout Customization topic.

See Also

ItemsPanelOrientation

NavBarViewBase Class

NavBarViewBase Members

DevExpress.Xpf.NavBar Namespace