BaseXsltListWebPart.GhostedXsl Property

Gets or sets the XSL for the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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