MindFusion.Wpf Pack Programmer's Guide
TabbedDiagramView.ShowTabCloseButtons Property
See Also
 





Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ShowTabCloseButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowTabCloseButtons As Boolean

 Property Value

true to enable interactive tab deletion; otherwise, false. The default is true.

 Remarks

Interactive tab deletion can still be validated through the PageRemoving event.

 See Also

TabbedDiagramView Members
TabbedDiagramView Class
MindFusion.Diagramming.Wpf Namespace