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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
This property is a wrapper of the AutoCompleteBoxPropertiesBase.LoadDropDownOnDemand property.
See Also