Skip to main content

SchedulerDragData.Appointments Property

Provides access to appointments contained in the data to be dragged.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public AppointmentBaseCollection Appointments { get; }

#Property Value

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object that is the collection of appointments.

#Remarks

The primary appointment is an appointment in the collection with the index equal to the SchedulerDragData.PrimaryAppointmentIndex.

See Also