Skip to main content
All docs
V24.1

IDropDownBox Methods

An interface that defines the DxDropDownBox component’s API members (properties and methods).
Name Description
BeginUpdate() Along with the EndUpdate() method, allows you to modify editor property values outside the component’s markup.
EndUpdate() Along with the BeginUpdate() method, allows you to modify editor property values outside the component’s markup.
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