IsExpanded: Boolean;
The IsExpanded property determines panel state.
Available values:
true. Panel is expanded (default).
false. Panel is collapsed.
Use JSON or the setIsExpanded method to set the property value and the getIsExpanded method to get the property value.
The example of property use is given in the Example of Creating the Spoiler Component page.
See also: