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





Gets or sets a value indicating whether tabs can be rearranged interactively. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowTabReorder { get; set; }

Visual Basic  Copy Code

Public Property AllowTabReorder As Boolean

 Property Value

true to allow interactive tab reordering; otherwise, false. The default is false.

 See Also

TabbedDiagramView Members
TabbedDiagramView Class
MindFusion.Diagramming.Wpf Namespace