InputFormSection.Collapsible Property
Gets or sets a value that represents whether a user can collapse the form section.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Collapsible As Boolean
Get
Set
'Usage
Dim instance As InputFormSection
Dim value As Boolean
value = instance.Collapsible
instance.Collapsible = value
public bool Collapsible { get; set; }
Property Value
Type: System.Boolean
A Bool object.