Back to Devexpress

AppointmentDragDropOptions Class

windowsforms-devexpress-dot-xtrascheduler-d7ec6e8a.md

latest1.8 KB
Original Source

AppointmentDragDropOptions Class

Contains options specific for appointment drag-and-drop operations.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentDragDropOptions :
    AppointmentDragDropOptionsBase
vb
Public Class AppointmentDragDropOptions
    Inherits AppointmentDragDropOptionsBase

The following members return AppointmentDragDropOptions objects:

Remarks

To get access to the AppointmentDragDropOptions instance, use the SchedulerControl.OptionsDragDrop property.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDragDropOptionsBase AppointmentDragDropOptions

See Also

AppointmentDragDropOptions Members

DevExpress.XtraScheduler Namespace