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

BreadcrumbControl.RefreshData() Method

Updates the control’s data.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

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

Declaration

public void RefreshData()

Remarks

Calling the RefreshData method only makes sense when the bound data source does not provide data change notifications. Otherwise, the control will automatically update itself..

See Also