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)

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace