Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the embedded XSL that will be used to render the presentation of the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property XslNode As XmlElement
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As XmlElement
value = instance.XslNode
instance.XslNode = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public XmlElement XslNode { get; set; }
Property Value
Type: System.Xml.XmlElement
A System.Xml.XmlNode that contains embedded XSL that will be used to render the presentation of the Web Part.