PagerPageSizeEventArgs Properties
Provides data for the ASPxPagerBase.PageSizeChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewPageSize | Gets or sets the new page size (number of items displayed on a page). |
See Also