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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public void ReloadGroups()

Remarks

This method is in effect in bound mode, where NavBarControl is bound to a data source via the NavBarControl.ItemsSource property.

See Also