APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.PageSize Property

Gets or sets the maximum number of rows to be displayed on a single page of the DataGrid control. Range: 1-10000. The default value is 20. The total number of pages is calculated automatically depending on data amount.

[Visual Basic]
Public Property PageSize As Integer
[C#]
public int PageSize {get; set;}

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace