IsConsoleExpandable: Boolean
The IsConsoleExpandable property determines whether the console collapse button is shown.
The console combines the Header and Details panels.
If the property is set to False the console collapse button is not shown. By default the property is set to True, that is, the button is shown.
To execute the example, the HTML page must contain the SlidePanel component named slidePanel (see Example of Creating the SlidePanel Component). Hide button :
slidePanel.IsConsoleExpandable(false);
After executing the example the button is hidden.
See also: