SPGridView.PreviousPageFirstRowDataKey property

The DataKey from first 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 PreviousPageFirstRowDataKey As String
    Get
    Friend Set
'Usage
Dim instance As SPGridView
Dim value As String

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

Property value

Type: System.String
Returns String.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace