AppointmentDragDropEventArgsBase.DraggingAppointments Property
In This Article
Returns the collection of appointments the user is dragging.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public IReadOnlyList<AppointmentItem> DraggingAppointments { get; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of DevExpress. |
See Also