Skip to main content
A newer version of this page is available. .

SchedulerControl.OptionsDragDrop Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.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