DataFormWebPart.AllowXSLTEditing Property
Specifies whether to allow XSLT editing by Microsoft Office SharePoint Designer 2007 or any other editor that is compatible with Windows SharePoint Services.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property AllowXSLTEditing As Boolean
Get
'Usage
Dim instance As DataFormWebPart
Dim value As Boolean
value = instance.AllowXSLTEditing
public virtual bool AllowXSLTEditing { get; }
Property Value
Type: System.Boolean
Remarks
true allows XSLT editing.