IDropDownBox.BeginUpdate() Method
Along with the EndUpdate() method, allows you to modify editor property values outside the component’s markup.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void BeginUpdate()
Remarks
Refer to the BeginUpdate() property description for more information and an example.
See Also