SlidePanel.IsConsoleClosed

Syntax

IsConsoleClosed: Boolean

Description

The IsConsoleClosed property determines whether the console is closed.

Comments

A console combines the Header and Details panels.

If the property is set to True, the console is closed. By default the property is set to false; that is, the console is opened.

Example

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

slidePanel.setIsConsoleClosed(true);

After executing the example the console is closed.

See also:

SlidePanel