SPGridViewPager.GridViewControl property

Gets the SPGridView value that represents the grid view control.

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

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.

See also

Reference

SPGridViewPager class

SPGridViewPager members

Microsoft.SharePoint.WebControls namespace