Skip to main content

AppointmentDragDropOptionsBase Class

The base class for options available for drag-and-drop operations with appointments in the scheduler.

Namespace: DevExpress.XtraScheduler

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

See Also