A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property Appointments As AppointmentBaseCollection
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
Feedback