Skip to main content
All docs
V24.1

DxDropDownListEditorBase<TData, TValue>.BeginUpdate() Method

Suspends the editor updates caused by parameter changes and method calls until the EndUpdate() method is called.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public void BeginUpdate()

Remarks

You can use BeginUpdate and EndUpdate() methods to change values of an editor’s parameters outside the component markup.

Implements

See Also