IEditorBase.EndUpdate() Method
Resumes component updates (when the BeginUpdate() method pauses updates) and re-renders the component.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
void EndUpdate()
Remarks
Refer to the EndUpdate() property description for more information and an example.
See Also