Search
ItemListView.AllowRemove Property
See Also
 





Gets or sets a value indicating whether deletion of items by pressing Del is allowed.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public bool AllowRemove { get; set; }

Visual Basic  Copy Code

Public Property AllowRemove As Boolean

 Property Value

true to allow users to delete items, or false otherwise. The default value is false.

 See Also