Skip to main content

SchedulerDragData(AppointmentBaseCollection) Constructor

Creates a new instance of the SchedulerDragData class with the specified appointment collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public SchedulerDragData(
    AppointmentBaseCollection appointments
)

Parameters

Name Type Description
appointments AppointmentBaseCollection

An AppointmentBaseCollection object that is the collection of appointments to place in the data to be dragged.

Remarks

The specified appointments are contained in the SchedulerDragData.Appointments collection. The SchedulerDragData.PrimaryAppointmentIndex is 0 and corresponds to an appointment for which the index = 0 in the collection which is passed as a constructor argument.

See Also