ListViewWebPartMobileAdapter.Control Property
Gets the ListViewWebPart object whose rendering is being adapted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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