Skip to main content
A newer version of this page is available. .
Tab

ASPxAutoCompleteBoxBase.LoadDropDownOnDemand Property

Gets or 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.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool LoadDropDownOnDemand { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to load the drop-down window render on demand; otherwise, false.

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.LoadDropDownOnDemand property.

See Also