Skip to main content
All docs
V24.1

IDropDownListEditorBase<TData, TValue> Methods

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