Skip to main content

NavigationPaneView.ItemsControlGroups Property

For internal use only.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<NavBarGroup> ItemsControlGroups { get; set; }

Property Value

Type
ReadOnlyObservableCollection<NavBarGroup>
See Also