RadGrid for ASP.NET

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


Gets or sets an integer value representing the current page index.   

 

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

Syntax

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

Return Value

zero-based int representing the index of the current page.

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