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

PagerPageSizeEventArgs(Int32) Constructor

Initializes a new instance of the PagerPageSizeEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PagerPageSizeEventArgs(
    int newPageSize
)

Parameters

Name Type Description
newPageSize Int32

An integer value that specifies the page size.

Remarks

Instances of the PagerPageSizeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also