Search
TabbedDiagramView.showNavigationButtons Property
See Also
 





Gets or sets a value indicating whether to show tab navigation buttons.

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

 Syntax

JavaScript  Copy Code

get showNavigationButtons() {}
set showNavigationButtons(value) {}

 Property Value

Boolean

true if the tab navigation buttons are visible, or false otherwise. The default value is false.

 See Also