Back to Devexpress

DiagramCommands.Edit Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-7c4b3eb1.md

latest1.0 KB
Original Source

DiagramCommands.Edit Property

Gets the command that initiates text editing for the selected shape.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand Edit { get; }
vb
Public ReadOnly Property Edit As ICommand

Property Value

TypeDescription
ICommand

An object implementing the System.Windows.Input.ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace