Skip to main content

DiagramItem.CanEdit Property

Specifies whether to allow end-users to edit the text displayed by the item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanEdit { get; set; }

Property Value

Type Default Description
Nullable<Boolean> null

true to allow end-users to edit the item’s text; otherwise, false.

See Also