Skip to main content

BreadcrumbControl.EndDataInit() Method

Enables visual and internal data updates after the BeginDataInit() method call, and updates the Breadcrumb control.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void EndDataInit()

Remarks

To prevent internal data updates, use the BeginDataInit() and EndDataInit methods. This allows you to improve the control’s performance when changing the bound data source.

If the code that performs a sequence of data updates is wrapped with the BeginDataInit() and EndDataInit methods, the Breadcrumb control performs only a single data update, reflecting all changes made, after the EndDataInit method is called.

See Also