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

ASPxAutoCompleteBoxBase.EnableCallbackMode Property

Gets or sets a value that specifies whether the editor’s list items can be loaded to the client side on demand via callbacks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if on demand item loading is available; otherwise, false.

Remarks

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

See Also