DataViewWebPart.XslNode property

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)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property XslNode As XmlElement
    Get
    Set
'Usage
Dim instance As DataViewWebPart
Dim value As XmlElement

value = instance.XslNode

instance.XslNode = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
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.

See also

Reference

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace