AppointmentDragDropOptionsBase Class
In This Article
The base class for options available for drag-and-drop operations with appointments in the scheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public class AppointmentDragDropOptionsBase :
SchedulerNotificationOptions
#Remarks
The AppointmentDragDropOptionsBase class provides a AppointmentDragDropOptionsBase.KeepRelativeResourceDistance option which takes into account resources to which several dragged appointments belong and their relative position in the view grouped by resources.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
AppointmentDragDropOptionsBase
See Also