Back to Devexpress

DiagramContainer.ItemsCanEdit Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-60703e64.md

latest1.3 KB
Original Source

DiagramContainer.ItemsCanEdit Property

Specifies whether to allow end-users to edit the text displayed by the items within the container.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanEdit { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property ItemsCanEdit As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to edit the text displayed by the items within the container; otherwise, false.

|

See Also

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace