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

ASPxAutoCompleteBoxBase.CallbackPageSize Property

Gets or sets the number of items returned from the server on each callback request performed in response to a predefined client user action.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(100)]
public int CallbackPageSize { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the number of items to dynamically obtain from the server.

Remarks

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

See Also