Skip to main content

DiagramControl.CutSelectedItems() Method

Moves the currently selected diagram items to the Clipboard.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void CutSelectedItems()

Remarks

Use the DiagramControl.Paste method to paste diagram items from the Clipboard onto the canvas.

See Also