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

SchedulerDragData.Appointments Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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