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