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

AppointmentDragDropOptionsBase Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

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