ListViewWebPartMobileAdapter.Control property
Gets the ListViewWebPart object whose rendering is being adapted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Control As ListViewWebPart
Get
'Usage
Dim value As ListViewWebPart
value = Me.Control
protected ListViewWebPart Control { get; }
Property value
Type: Microsoft.SharePoint.WebPartPages.ListViewWebPart
The ListViewWebPart that the ListViewWebPartMobileAdapter renders.
See also
Reference
ListViewWebPartMobileAdapter class