ClassSchedulerDragDropPayload
A class that represents the information for the appointments during the drag operation.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class SchedulerDragDropPayload : Payload, IDataObject, IPayload
Inheritance: objectPayloadSchedulerDragDropPayload
Implements:
Inherited Members
Constructors
SchedulerDragDropPayload(IEnumerable, IEnumerable<IOccurrence>)
Initializes a new instance of the SchedulerDragDropPayload class.
Declaration
public SchedulerDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments)
Parameters
sourceAppointmentsSource
The appointments of RadScheduler.
draggedAppointments
The dragged appointments.
SchedulerDragDropPayload(IEnumerable, IEnumerable<IOccurrence>, IOccurrence)
Initializes a new instance of the SchedulerDragDropPayload class.
Declaration
public SchedulerDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments, IOccurrence draggedAppointment)
Parameters
sourceAppointmentsSource
The appointments of RadScheduler.
draggedAppointments
The dragged appointments.
draggedAppointment
The dragged appointment that is used to calculate the position of the drag cues of all dragged appointments.
Fields
PayloadFormat
A format representing this object.
Properties
DraggedAppointment
Gets the dragged appointment that is used to calculate the position of the drag cues of all dragged appointments..
Declaration
public IOccurrence DraggedAppointment { get; }
Property Value
DraggedAppointments
Gets the dragged appointments.
Declaration
public IEnumerable<IOccurrence> DraggedAppointments { get; }
Property Value
SourceAppointmentsSource
Gets or sets the source appointments source.
Declaration
public IEnumerable SourceAppointmentsSource { get; }
Property Value
The source appointments source.
Methods
GetData(string, bool)
Gets the data for the specific format.
GetDataPresent(string, bool)
Check whether a data for the specific format is present.
GetFormats()
Gets the formats supported by SchedulerDragDropPayload.