SchedulerControl.DragDropOptions Property
Provides access to the options specifying the drag-and-drop mode and movement type which are active in the SchedulerControl.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public DragDropOptions DragDropOptions { get; set; }
Public Property DragDropOptions As DragDropOptions
Property Value
| Type | Description |
|---|---|
| DevExpress.Xpf.Scheduler.DragDropOptions | A DevExpress.Xpf.Scheduler.DragDropOptions object. |
Remarks
Use the DragDropOptions property to restrain raising the drag-and-drop event of the SchedulerControl, and specify the appointment movement type (smoothed or snapped to time cells).
See Also