Back to Devexpress

ListBoxEdit.EndDataUpdate() Method

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

latest1.4 KB
Original Source

ListBoxEdit.EndDataUpdate() Method

Enables visual and internal data updates after the ListBoxEdit.BeginDataUpdate method call, and updates the list box.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void EndDataUpdate()
vb
Public Sub

Remarks

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

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

See Also

AllowLiveDataShaping

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace