ListViewWebPartMobileAdapter.CurrentView property
Returns the current view of the current list.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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 for the current list.
See also
Reference
ListViewWebPartMobileAdapter class