Share via


SPGridView.PreviousPageLastRowDataKey property

The DataKey from last row on the previous page, which can be used by DataSource controls to optimize retrieval of the next page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PreviousPageLastRowDataKey As String
    Get
    Friend Set
'Usage
Dim instance As SPGridView
Dim value As String

value = instance.PreviousPageLastRowDataKey
public string PreviousPageLastRowDataKey { get; internal set; }

Property value

Type: System.String
Returns String.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace