Skip to main content
A newer version of this page is available. .

NavigationPaneView.OverflowPanelGroups Property

For internal use only.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

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

Property Value

Type
ReadOnlyObservableCollection<NavBarGroup>
See Also