DataViewPageSizeEventArgs(Int32) Constructor
Initializes a new instance of the DataViewPageSizeEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
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