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

AppointmentDragDropOptions Class

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

Namespace: DevExpress.XtraScheduler

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