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