Gets or sets a value indicating whether the users can delete items through the context menu.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowInplaceDelete { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowInplaceDelete As Boolean |
true to show a delete icon in the context menu, or false otherwise.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |