BaseXsltListWebPart.GhostedXslLink property

Gets or sets the link to the XSL for the Web Part.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property GhostedXslLink As String
    Get
    Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String

value = instance.GhostedXslLink

instance.GhostedXslLink = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string GhostedXslLink { 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 XSLLink() of the associated SPView; otherwise, defaultXSLName.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace