DxDropDownListEditorBase<TData, TValue>.EndUpdate() Method
Resumes the editor updates (when the BeginUpdate() method pauses updates) and re-renders the List Box.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public void EndUpdate()
Remarks
You can use BeginUpdate() and EndUpdate
methods to change values of an editor’s parameters outside the component markup.
Implements
See Also