Skip to main content

NavigationPaneView.OverflowPanelGroups Property

For internal use only.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.1.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

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

Property Value

Type
ReadOnlyObservableCollection<NavBarGroup>
See Also