Back to Devexpress

AppointmentDragDropOptionsBase Class

corelibraries-devexpress-dot-xtrascheduler-c80a239d.md

latest1.8 KB
Original Source

AppointmentDragDropOptionsBase Class

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentDragDropOptionsBase :
    SchedulerNotificationOptions
vb
Public Class AppointmentDragDropOptionsBase
    Inherits 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 AppointmentDragDropOptions

See Also

AppointmentDragDropOptionsBase Members

DevExpress.XtraScheduler Namespace