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)

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