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.v20.2.dll
Declaration
[DefaultValue(false)]
public virtual bool LoadDropDownOnDemand { get; set; }
<DefaultValue(False)>
Public Overridable Property LoadDropDownOnDemand As Boolean
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
Feedback