Skip to main content
All docs
V24.1

IListEditorBase<TData, TValue> Methods

A base interface for DevExpress Blazor list editors: DxListBox<TData, TValue>, DxComboBox<TData, TValue>, and DxTagBox<TData, TValue>.
Name Description
BeginUpdate() Suspends list editor updates caused by parameter changes and method calls until the EndUpdate method is called.
EndUpdate() Resumes an editor updates (when the BeginUpdate method pauses updates) and re-renders the editor.
See Also