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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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