Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight
C#
![]() |
---|
public bool ShowTabCloseButtons { get; set; } |
Visual Basic
![]() |
---|
Public Property ShowTabCloseButtons As Boolean |
true to enable interactive tab deletion; otherwise, false. The default is true.
Interactive tab deletion can still be validated through the PageRemoving event.