Gets or sets a value indicating whether interactive reordering of tabs is allowed. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public bool AllowReorder { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowReorder As Boolean |
See Also