XsltListViewWebPartMobileAdapter.CurrentList property
Gets the current list.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property CurrentList As SPList
Get
'Usage
Dim value As SPList
value = Me.CurrentList
protected SPList CurrentList { get; }
Property value
Type: Microsoft.SharePoint.SPList
The current list.
See also
Reference
XsltListViewWebPartMobileAdapter class