BreadcrumbControl.BeginDataInit() Method
Prevents visual and internal data updates until the EndDataInit() method is called.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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