IListEditorBase<TData, TValue>.EndUpdate() Method
Resumes an editor updates (when the BeginUpdate
method pauses updates) and re-renders the editor.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void EndUpdate()
See Also