PageDataRequest.PageSize property
The maximum number of data items to display on each page. If the data grid is not set configured to be pageable then this will always be -1
.
public int PageSize { get; set; }
See Also
- class PageDataRequest
- namespace DataGridVueDotnet