Skip to main content
A newer version of this page is available. .

DiagramControl.CutSelectedItems() Method

Moves the currently selected diagram items to the Clipboard.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.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