XsltListViewWebPartMobileAdapter.CurrentView Property
Returns the current view of the current list.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property CurrentView As SPView
Get
'Usage
Dim value As SPView
value = Me.CurrentView
protected SPView CurrentView { get; }
Property Value
Type: Microsoft.SharePoint.SPView
The current view of the current list.
See Also
Reference
XsltListViewWebPartMobileAdapter Class