BaseXsltListWebPart.GhostedXsl property

Gets or sets the XSL for the Web Part.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
Public Property GhostedXsl As String
    Get
    Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String

value = instance.GhostedXsl

instance.GhostedXsl = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
public string GhostedXsl { get; set; }

Property value

Type: System.String
If this property has not been set and the class is associated with a SPView, this property returns the XSL of the associated SPView.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace