Spoiler.MinPanelSize

Syntax

MinPanelSize: Number;

Description

The MinPanelSize property determines minimum panel size.

Comments

On changing panel size, after achieving the value the panel will be collapsed if the Spoiler.EnableCollapse property is set to True.

Use JSON or the setMinPanelSize method to set the property value and the getMinPanelSize method to get the property value.

Example

The property use is given on the Example of Creating the Spoiler Component page.

See also:

Spoiler