Back to Devexpress

AppointmentDragEventArgs.AdditionalAppointments Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdrageventargs.md

latest1.4 KB
Original Source

AppointmentDragEventArgs.AdditionalAppointments Property

Provides access to the collection of the additional dragged appointments.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public AppointmentBaseCollection AdditionalAppointments { get; }
vb
Public ReadOnly Property AdditionalAppointments As AppointmentBaseCollection

Property Value

TypeDescription
AppointmentBaseCollection

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

|

See Also

AppointmentDragEventArgs Class

AppointmentDragEventArgs Members

DevExpress.XtraScheduler Namespace