IEditorBase Methods
A base interface for DevExpress Blazor editors.| Name | Description |
|---|---|
| BeginUpdate() | Suspends component updates caused by parameter changes and method calls until the EndUpdate() method is called. |
| EndUpdate() | Resumes component updates (when the BeginUpdate() method pauses updates) and re-renders the component. |
See Also