Search
TabbedDiagramView.showAddButton Property
See Also
 





Gets or sets a value indicating whether to display the 'Add Tab' button.

Namespace: MindFusion.Diagramming.Controls
File: TabbedDiagramView.js

 Syntax

JavaScript  Copy Code

get showAddButton() {}
set showAddButton(value) {}

 Property Value

Boolean

true if the 'Add Tab' button is visible, or false otherwise. The default value is false.

 See Also