Skip to main content

SchedulerControl.OptionsDragDrop Property

Provides access to options for appointment drag-and-drop action in the scheduler view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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