Skip to main content

BreadcrumbControl.RefreshData() Method

Updates the control’s data.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

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