IEditorBase.EndUpdate() Method
In This Article
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
C#
void EndUpdate()
#Remarks
Refer to the EndUpdate() property description for more information and an example.
See Also