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

AppointmentDragEventArgs.AdditionalAppointments Property

Provides access to the collection of the additional dragged appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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