EnableCollapse: Boolean;
The EnableCollapse property determines whether the panel can be collapsed.
Available values:
true. Panel could be collapsed (default).
false. Panel could not be collapsed.
Use JSON or the setEnableCollapse method to set the property value and the getEnableCollapse method to get the property value.
The property use is given on the Example of Creating the Spoiler Component page.
See also: