Skip to main content

AppointmentDragDropOptions Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class AppointmentDragDropOptions :
    AppointmentDragDropOptionsBase

The following members return AppointmentDragDropOptions objects:

Remarks

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

See Also