Back to Devexpress

DiagramCommands.Cut Property

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

latest1.0 KB
Original Source

DiagramCommands.Cut Property

Gets the command that removes the selected diagram items and copies them to the Clipboard.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand Cut { get; }
vb
Public ReadOnly Property Cut 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