Gets or sets a value indicating whether users are allowed to removing nodes to this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also