Back to Devexpress

ASPxAutoCompleteBoxBase.CallbackPageSize Property

aspnet-devexpress-dot-web-dot-aspxautocompleteboxbase-a2297772.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(100)]
public int CallbackPageSize { get; set; }
vb
<DefaultValue(100)>
Public Property CallbackPageSize As Integer

Property Value

TypeDefaultDescription
Int32100

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

ASPxAutoCompleteBoxBase Class

ASPxAutoCompleteBoxBase Members

DevExpress.Web Namespace