Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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