DataViewPageSizeEventArgs.NewPageSize Property
Gets or sets the new page size (number of items displayed on a page).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 the PageSizeItemSettings.Items (ASPxDataView.PagerSettings.PageSizeItemSettings.Items) collection only.
See Also