SlidePanel.IsConsoleCollapsed

Syntax

IsConsoleCollapsed: Boolean

Description

The IsConsoleCollapsed property determines whether the console is collapsed.

Comments

A console combines the Header and Details panels.

If the property is set to True, the console is collapsed. Default property value is False; that is, the console is expanded.

Example

To execute the example, the HTML page must contain the SlidePanel component named slidePanel (see Example of Creating the SlidePanel Component).Collapse the console:

slidePanel.setIsConsoleCollapsed(true);

After executing the example the panel is collapsed.

See also:

SlidePanel