SPGridViewPager.GridViewControl Property
Gets the SPGridView value that represents the grid view control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property GridViewControl As SPGridView
Get
'Usage
Dim value As SPGridView
value = Me.GridViewControl
protected SPGridView GridViewControl { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPGridView
An SPGridView value that represents the grid view control.