getPropertyBarView();
The getPropertyBarView method returns properties panel view.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Get view of the express report properties panel and output the mode of displaying wizards in this panel to the browser console:
// Get express report data area view var propertyBarView = expressBox.getPropertyBarView(); // Return wizard display mode console.log("Mode: " + propertyBarView.getMode());
After executing the example the browser console displays wizard display mode: Selection.
See also: