PagerPageSizeEventArgs.NewPageSize Property
Gets or sets the new page size (number of items displayed on a page).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the page size. |
Remarks
Note, that you can set the NewPageSize property to a value coincident with an item from a PageSizeItemSettings.Items collection only.
See Also