Back to Devexpress

DiagramControl.IsTextEditMode Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-56c8f5e0.md

latest1.3 KB
Original Source

DiagramControl.IsTextEditMode Property

Gets whether a diagram item’s text is currently being edited.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual bool IsTextEditMode { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property IsTextEditMode As Boolean

Property Value

TypeDescription
Boolean

true if diagram item text editing is in progress; otherwise, false.

|

Remarks

End-users can exit the text editing mode by pressing the ESC key or clicking within the diagram control outside the active text field.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace