Back to Devexpress

SchedulerControl.OptionsDragDrop Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-d63c104f.md

latest1.5 KB
Original Source

SchedulerControl.OptionsDragDrop Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppointmentDragDropOptions OptionsDragDrop { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsDragDrop As AppointmentDragDropOptions

Property Value

TypeDescription
AppointmentDragDropOptions

An AppointmentDragDropOptions object containing available options for appointment drag-and-drop action.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace