Gets or sets a value indicating whether child nodes can be removed interactively from this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowRemoveChildren { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowRemoveChildren As Boolean |
true to allow removing child nodes, otherwise false. The default value is true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |