SchedulerControl.OptionsDragDrop Property
In This Article
Provides access to options for appointment drag-and-drop action in the scheduler view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppointmentDragDropOptions OptionsDragDrop { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
See Also