Collapsible Property (IGoCollapsible)
Gets or sets whether users may click on a handle to call
Collapse or
Expand.
bool Collapsible {get; set;}
Property Value
When this value is false, a click does not collapse or expand this object. But you can always call
Collapse or
Expand programmatically.