BaseXsltListWebPart.WebPartContextualInfo property

Gets context information about the list tab set of the Server ribbon. The list tab set contains the list and item tabs.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property WebPartContextualInfo As WebPartContextualInfo
    Get
'Usage
Dim instance As BaseXsltListWebPart
Dim value As WebPartContextualInfo

value = instance.WebPartContextualInfo
public virtual WebPartContextualInfo WebPartContextualInfo { get; }

Property value

Type: Microsoft.SharePoint.WebControls.WebPartContextualInfo
A WebPartContextualInfo object that represents the contextual information about the current Web Part.

Implements

IWebPartPageComponentProvider.WebPartContextualInfo

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace