BaseXsltListWebPart.ContextView property
Gets the SPView in the current context.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property ContextView As SPView
Get
'Usage
Dim value As SPView
value = Me.ContextView
protected override SPView ContextView { get; }
Property value
Type: Microsoft.SharePoint.SPView
The SPView in the current context.