Back to Devexpress

SchedulerCommands.MoveAppointmentsOnDropCommand Property

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

latest1.4 KB
Original Source

SchedulerCommands.MoveAppointmentsOnDropCommand Property

Gets or sets a command used to move 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 MoveAppointmentsOnDropCommand { get; set; }
vb
Public Property MoveAppointmentsOnDropCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

This command is assigned to the Move item in the Appointment Drag pop-up menu.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace