SchedulerDragData.Appointments Property
Provides access to appointments contained in the data to be dragged.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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