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

SchedulerDragData(Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public SchedulerDragData(
    Appointment appointment
)

Parameters

Name Type Description
appointment Appointment

An Appointment instance to place in the data to be dragged.

Remarks

The specified appointment is contained in the SchedulerDragData.Appointments collection. The SchedulerDragData.PrimaryAppointmentIndex is 0.

See Also