Skip to main content
A newer version of this page is available. .
Tab

PagerPageSizeEventArgs.NewPageSize Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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 a PageSizeItemSettings.Items collection only.

See Also