BootstrapComboBoxPropertiesBuilder.LoadDropDownOnDemand(Boolean) Method
In This Article
Sets a value specifying whether the HTML code that represents the editor’s drop-down window should be loaded via a callback on demand.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder LoadDropDownOnDemand(
bool loadDropDownOnDemand
)
#Parameters
Name | Type |
---|---|
load |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also