Back to Devexpress

NavBarViewBase.GroupLayoutSettings Property

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

latest1.9 KB
Original Source

NavBarViewBase.GroupLayoutSettings Property

Gets or sets an object that stores layout settings for all NavBarGroups within the current NavBarViewBase.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public LayoutSettings GroupLayoutSettings { get; set; }
vb
Public Property GroupLayoutSettings As LayoutSettings

Property Value

TypeDescription
LayoutSettings

A LayoutSettings object that stores layout settings for all NavBarGroups within the current NavBarViewBase.

|

Remarks

Use the NavBarGroup.LayoutSettings property to specify layout settings for individual NavBarGroups.

See Styling View Content Elements for more information.

See Also

NavBarGroup.ItemLayoutSettings

NavBarViewBase.ItemLayoutSettings

LayoutSettings

NavBarViewBase Class

NavBarViewBase Members

DevExpress.Xpf.NavBar Namespace