Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.CutToClipboard Method

In This Article

Moves the selected user event(s) into the scheduler’s clipboard.

#Declaration

Delphi
procedure CutToClipboard;

#Remarks

This operation is allowed if the TcxSchedulerEventOperations.Deleting property is set to True.

Use the PasteFromClipboard method to paste the moved user event(s) into the selected time block.

Note

the selected user event(s) will be completely deleted after it has been copied to the scheduler’s clipboard. It means that as the in-memory instance (a TcxSchedulerControlEvent object) and the persistent instance (a TcxSchedulerEvent object) of the user event will be destroyed and the corresponding record in the storage will be deleted.

See Also