Share via


DataFormWebPart.Xsl property

Gets or sets the XSL text to be rendered by using XSL transformation.

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

Syntax

[PersonalizableAttribute(PersonalizationScope.Shared)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[RequiresDesignerPermissionAttribute]
[ResourcesAttribute("XslLiteral", "Miscellaneous", "Xsl")]
[WebBrowsableAttribute(false)]
public virtual string Xsl { get; set; }

Property value

Type: System.String

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace