DataGrid.PageSize Property
.NET Framework 3.0
Gets or sets the number of items to display on a single page of the DataGrid control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_PageSize () /** @property */ public void set_PageSize (int value)
public function get PageSize () : int public function set PageSize (value : int)
Not applicable.
Property Value
The number of items to display on a single page of the DataGrid control. The default value is 10.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.
Community Additions
ADD
Show: