wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-c3f214a5.md
Gets or sets a command used to cut selected appointments to the clipboard.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public ICommand CutToClipboardCommand { get; set; }
Public Property CutToClipboardCommand As ICommand
| Type | Description |
|---|---|
| ICommand |
An ICommand object that is the scheduler command.
|
This command is assigned to the Cut item in the Appointment Pop-Up Menu.
Recurring appointments (including changed occurrences) are stored in the clipboard as regular appointments when you copy or cut them in views (excluding List view).
The Pattern and DeletedOccurrence recurring appointments can only be copied in the List view. The Pattern appointments include the recurrence data. The DeletedOccurrence appointments are copied as regular appointments.
The copied appointments can be pasted in other applications as text in the following format.
<Subject>
Start: <Start_Date>
End: <End_Date>
Location: <Location>
<Description>
Label: <Label>
Status: <Status>
See Also