Search
TabbedDiagramView.showTabCloseButtons Property
See Also
 





Gets or sets a value indicating whether to display a close button for each tab.

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

 Syntax

JavaScript  Copy Code

get showTabCloseButtons() {}
set showTabCloseButtons(value) {}

 Property Value

Boolean

true if the tabs close buttons are visible, or false otherwise. The default value is false.

 See Also