CmsDataFormWebPart.IsGhosted property

Gets a Boolean value that returns true if the XSL files are shared on the SharePoint Server site and are not customized.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsGhosted As Boolean
    Get
'Usage
Dim instance As CmsDataFormWebPart
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

CmsDataFormWebPart class

CmsDataFormWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace