Skip to main content

AppointmentDragEventArgs.AdditionalAppointments Property

Provides access to the collection of the additional dragged appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public AppointmentBaseCollection AdditionalAppointments { get; }

Property Value

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection that contains appointments dragged along with the initial appointment.

See Also