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