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)
Available in Sandboxed Solutions: No
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