Skip to main content

DiagramItem.CanDelete Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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