AdditionalAppointmentsDragEventArgs.AdditionalAppointmentInfos Property
Provides access to the properties of the additional dragged appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public List<AppointmentDragInfo> AdditionalAppointmentInfos { get; }
Public ReadOnly Property AdditionalAppointmentInfos As List(Of AppointmentDragInfo)
Property Value
Type | Description |
---|---|
List<AppointmentDragInfo> | A List<T><AppointmentDragInfo,> collection containing properties of additional dragged appointments. |
Remarks
The AdditionalAppointmentInfos property allows you to get access to the additional appointments involved in a drag-and-drop operation and modify them.
Each additional dragged appointment is represented by a pair of the source (the original appointment before drag operation) and edited appointment (the appointment being dragged). The appointment pair composes the AppointmentDragInfo object. A list of AppointmentDragInfo objects is available using the AdditionalAppointmentInfos property.