Skip to main content
All docs
V26.1
  • BreadcrumbControl.RefreshData() Method

    Updates the control’s data.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.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