BaseXsltDataWebPart.IsGhosted property

Gets a value that indicates whether the Extensible Stylesheet Language (XSL) of the Web Part is from the web front end (WFE) and not inline.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsGhosted As Boolean
    Get
'Usage
Dim instance As BaseXsltDataWebPart
Dim value As Boolean

value = instance.IsGhosted
public virtual bool IsGhosted { get; }

Property value

Type: System.Boolean
true if the XSL of the Web Part is from the WFE and not inline; otherwise, false. This property is always false in this abstract base class.

See also

Reference

BaseXsltDataWebPart class

BaseXsltDataWebPart members

Microsoft.SharePoint.WebPartPages namespace