Skip to main content
A newer version of this page is available. .

DiagramItem.CanDelete Property

Specifies whether to allow end-users to delete the item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool CanDelete { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the item can be deleted; otherwise, false.

See Also