NavBarControl.ReloadGroups() Method
Recreates the collection of groups and items by reloading data from the bound data source.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Remarks
This method is in effect in bound mode, where NavBarControl is bound to a data source via the NavBarControl.ItemsSource property.
See Also