Back to Devexpress

SchedulerCommands.CopyToClipboardCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands.md

latest2.1 KB
Original Source

SchedulerCommands.CopyToClipboardCommand Property

Gets or sets a command used to copy selected appointments to the clipboard.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand CopyToClipboardCommand { get; set; }
vb
Public Property CopyToClipboardCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

This command is assigned to the Copy 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).

You can only copy the Pattern and DeletedOccurrence appointments in the List view.

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

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace