BaseXsltListWebPart.IsGhosted Property
Gets a value that indicates whether the BaseXsltListWebPart contains overriding XSL.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property IsGhosted As Boolean
Get
'Usage
Dim instance As BaseXsltListWebPart
Dim value As Boolean
value = instance.IsGhosted
public override bool IsGhosted { get; }
Property Value
Type: System.Boolean
true if the Web Part has overriding XSL; otherwise, false.