Search
DiagramView.AllowInplaceDelete Property
See Also
 






Gets or sets a value indicating whether the users can delete items through the context menu.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowInplaceDelete { get; set; }

Visual Basic  Copy Code

Public Property AllowInplaceDelete As Boolean

 Property Value

true to show a delete icon in the context menu, or false otherwise.

 See Also