Back to Devexpress

SchedulerCommands.CopyAppointmentsOnDropCommand Property

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

latest1.4 KB
Original Source

SchedulerCommands.CopyAppointmentsOnDropCommand Property

Gets or sets a command used to copy a dragged appointment to the drop target.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand CopyAppointmentsOnDropCommand { get; set; }
vb
Public Property CopyAppointmentsOnDropCommand 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 Drag pop-up menu.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace