BaseXsltDataWebPart.ContextView Property

Gets the SPView in the current context.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overridable ReadOnly Property ContextView As SPView
    Get
'Usage
Dim value As SPView

value = Me.ContextView
protected virtual SPView ContextView { get; }

Property Value

Type: Microsoft.SharePoint.SPView
The SPView in the current context. This property is always null in this abstract base class.

See Also

Reference

BaseXsltDataWebPart Class

BaseXsltDataWebPart Members

Microsoft.SharePoint.WebPartPages Namespace