Skip to main content
All docs
V24.2

IDropDownBox Methods

An interface that defines the DxDropDownBox component’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.
FocusAsync() Moves focus to the DxDropDownBox component.
GetDisplayText() Returns a text defined by the QueryDisplayText function.
HideDropDown() Hides the editor’s drop-down window.
ShowDropDown() Displays the editor’s drop-down window.
See Also