SlidePanel.IsConsoleClosable

Syntax

IsConsoleClosable: Boolean

Description

The IsConsoleClosable property determines whether to show the button that closes the console.

Comments

A console combines the Header and Details panels.

If the property is set to False the console closing button is not displayed. Default property value is true; that is, the button is displayed.

Example

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

slidePanel.setIsConsoleClosable(false);

After executing the example the button is not displayed.

See also:

SlidePanel