AppointmentDragDropOptions Class
In This Article
Contains options specific for appointment drag-and-drop operations.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class AppointmentDragDropOptions :
AppointmentDragDropOptionsBase
#Related API Members
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