Skip to main content
Tab

DataViewPageSizeEventArgs.NewPageSize Property

Gets or sets the new page size (number of items displayed on a page).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int NewPageSize { get; set; }

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