ASPxListBox.CallbackPageSize Property
In This Article
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.2.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 ListBoxProperties.CallbackPageSize property.
See Also