Skip to main content
All docs
V24.2

IDropDownListEditorBase<TData, TValue> Methods

An interface that defines the DxDropDownListEditorBase<TData, TValue> class’s API members (properties and methods).
Name Description
BeginUpdate() Suspends component updates caused by parameter changes and method calls until the EndUpdate() method is called. Inherited from IEditorBase.
EndUpdate() Resumes component updates (when the BeginUpdate() method pauses updates) and re-renders the component. Inherited from IEditorBase.
HideDropDown() Hides an editor’s drop-down window.
Reload() Reloads a list editor’s data. Inherited from IListEditorBase<TData, TValue>.
ShowDropDown() Displays an editor’s drop-down window.
See Also