Back to Devexpress

ListBoxEdit.BeginDataUpdate() Method

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-d9070211.md

latest1.5 KB
Original Source

ListBoxEdit.BeginDataUpdate() Method

Prevents visual and internal data updates until the ListBoxEdit.EndDataUpdate method is called.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void BeginDataUpdate()
vb
Public Sub BeginDataUpdate

Remarks

To prevent internal data updates, use the BeginDataUpdate and ListBoxEdit.EndDataUpdate methods.

If the code that performs a sequence of data operations is wrapped with the BeginDataUpdate and ListBoxEdit.EndDataUpdate methods, the list box performs only a single data update reflecting all changes made, after the ListBoxEdit.EndDataUpdate method is called.

See Also

AllowLiveDataShaping

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace