Back to Devexpress

DiagramItem.CanEdit Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-94366ce1.md

latest1.4 KB
Original Source

DiagramItem.CanEdit Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanEdit { get; set; }
vb
<DefaultValue(Nothing)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanEdit As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

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

|

See Also

Content

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace