SPGridView.CallbackArgumentPrefix Field
Stores the callback 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 CallbackArgumentPrefix As String
'Usage
Dim value As String
value = SPGridView.CallbackArgumentPrefix
public const string CallbackArgumentPrefix
Remarks
The value of this constant is "__SPGridView__;".