IDropDownBox.EndUpdate() Method
Along with the BeginUpdate() 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 EndUpdate()
Remarks
Refer to the EndUpdate() property description for more information and an example.
See Also