SPGridView.PostbackArgumentPrefix field

Stores the post back argument prefix associated with the item. This field is constant.

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

Syntax

'Declaration
Public Const PostbackArgumentPrefix As String
'Usage
Dim value As String

value = SPGridView.PostbackArgumentPrefix
public const string PostbackArgumentPrefix

Remarks

The value of this constant is "__SPGridView__;".

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace