ASPxClientComboBox.EnsureDropDownLoaded(callbackFunction) Method
In This Article
Determines whether the drop-down content is loaded; if not - loads the content.
#Declaration
TypeScript
EnsureDropDownLoaded(
callbackFunction: any
): void
#Parameters
Name | Type | Description |
---|---|---|
callback |
any | An object that is the Java |
#Remarks
When the ASPxAutoCompleteBoxBase.LoadDropDownOnDemand property is set to true
, the editor’s content is loaded on demand. Use the EnsureDropDownLoaded method to ensure that the content is loaded. If the content is not loaded, the EnsureDropDownLoaded method loads the drop-down content.
See Also