Skip to main content
Tab

ASPxListBox.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.v23.2.dll

NuGet Package: DevExpress.Web

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 ListBoxProperties.CallbackPageSize property.

See Also