AppointmentDragEventArgs.AdditionalAppointments Property
Provides access to the collection of the additional dragged appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Property Value
Type | Description |
---|---|
AppointmentBaseCollection | An AppointmentBaseCollection that contains appointments dragged along with the initial appointment. |
See Also