SchedulerDragData.Appointments Property
In This Article
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 |
---|---|
Appointment |
An Appointment |
#Remarks
The primary appointment is an appointment in the collection with the index equal to the SchedulerDragData.PrimaryAppointmentIndex.
See Also