Skip to main content
Tab

DataViewPageSizeEventArgs(Int32) Constructor

Initializes a new instance of the DataViewPageSizeEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewPageSizeEventArgs(
    int newPageSize
)

Parameters

Name Type Description
newPageSize Int32

An integer value that specifies the page size.

Remarks

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

See Also