IEditorBase Methods
A base interface for DevExpress Blazor editors.
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
End |
Resumes component updates (when the Begin |
See Also