IListEditorBase<TData, TValue> Methods
A base interface for DevExpress Blazor list editors: DxListBox<TData, TValue>, DxComboBox<TData, TValue>, and DxTagBox<TData, TValue>.
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
End |
Resumes component updates (when the Begin |
Reload() | Reloads a list editor’s data. |
See Also