RadGrid for ASP.NET

RadGrid Send comments on this topic.
PageSize Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : PageSize Property


Gets or sets an integer value indicating the number of Items that a single page in Telerik RadGrid will contain.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property PageSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
C# 
public virtual int PageSize {get; set;}

Return Value

integer, indicating the number of the Items that a single grid page would contain.

Remarks

Note that the Paging must be enabled (RadGrid.AllowPaging must be true) in order to use this property.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also