SPGridViewRow.GridView Property
Gets or sets the grid view.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property GridView As SPGridView
Get
Set
'Usage
Dim instance As SPGridViewRow
Dim value As SPGridView
value = instance.GridView
instance.GridView = value
public SPGridView GridView { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPGridView
A SPGridView object that represent the grid view.