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.
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.