XsltListFormWebPart.CanHaveServerControls Property
Gets a value that indicates whether the XsltListFormWebPart can have server controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property CanHaveServerControls As Boolean
Get
'Usage
Dim instance As XsltListFormWebPart
Dim value As Boolean
value = instance.CanHaveServerControls
public override bool CanHaveServerControls { get; }
Property Value
Type: System.Boolean
true in all cases.