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

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