WorkbookView.PropertyBarVisible

Syntax

PropertyBarVisible: Boolean;

Description

The PropertyBarVisible property determines side panel visibility.

Parameters

Property value can be set from JSON or using the setPropertyBarVisible method, property value is returned by the getPropertyBarVisible method.

Example

Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component).

// Hide side panel
workbookBox.setPropertyBarVisible(false)

After executing the example the side panel is hidden.

See also:

WorkbookView