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