ToolPane.NeedLayoutCanvas Property
Gets or sets a value indicating whether the layout canvas of the Web Part Page is displayed.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property NeedLayoutCanvas As Boolean
Get
Set
'Usage
Dim instance As ToolPane
Dim value As Boolean
value = instance.NeedLayoutCanvas
instance.NeedLayoutCanvas = value
public bool NeedLayoutCanvas { get; set; }
Property Value
Type: System.Boolean
true to display the Web Part Page's layout canvas; otherwise, false.