Share via


XsltListFormWebPart.AllowXSLTEditing Property

Gets a value that indicates whether the XsltListFormWebPart allows XSLT editing.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides ReadOnly Property AllowXSLTEditing As Boolean
    Get
'Usage
Dim instance As XsltListFormWebPart
Dim value As Boolean

value = instance.AllowXSLTEditing
public override bool AllowXSLTEditing { get; }

Property Value

Type: System.Boolean
false in all cases.

See Also

Reference

XsltListFormWebPart Class

XsltListFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace