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.v20.2.dll
Declaration
[DefaultValue(100)]
public int CallbackPageSize { get; set; }
<DefaultValue(100)>
Public Property CallbackPageSize As Integer
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.
Implements
DevExpress.Web.Internal.IListEditItemsOwner.CallbackPageSize
See Also
Feedback