Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the XsltListViewWebPart 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 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