DataGrid::PageSize Property
.NET Framework (current version)
Gets or sets the number of items to display on a single page of the DataGrid control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified page size less than 1. |
Use this property to specify the number of items to display on a single page of the DataGrid control. The AllowPaging property must be set to true for this property have any effect.
The following code example demonstrates how to use the PageSize property to specify that five items are displayed on a single page of the DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: