MindFusion.Wpf Pack Programmer's Guide
DiagramTabControl.AllowReorder Property
See Also
 





Gets or sets a value indicating whether interactive reordering of tabs is allowed. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AllowReorder { get; set; }

Visual Basic  Copy Code

Public Property AllowReorder As Boolean

 Property Value

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

 See Also

DiagramTabControl Members
DiagramTabControl Class
MindFusion.Diagramming.Wpf Namespace