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)
Available in Sandboxed Solutions: No
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__;".