ClassScheduleViewXbapDragDropPayload
A class that represents the information for the appointments during the drag operation.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class ScheduleViewXbapDragDropPayload : PartialTrustPayload, IPayload
Inheritance: objectPartialTrustPayloadScheduleViewXbapDragDropPayload
Implements:
Inherited Members
Constructors
ScheduleViewXbapDragDropPayload(IEnumerable, IEnumerable<IOccurrence>)
Initializes a new instance of the ScheduleViewXbapDragDropPayload class.
Declaration
public ScheduleViewXbapDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments)
Parameters
sourceAppointmentsSource
The appointments of RadScheduleView.
draggedAppointments
The dragged appointments.
ScheduleViewXbapDragDropPayload(IEnumerable, IEnumerable<IOccurrence>, IOccurrence)
Initializes a new instance of the ScheduleViewXbapDragDropPayload class.
Declaration
public ScheduleViewXbapDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments, IOccurrence draggedAppointment)
Parameters
sourceAppointmentsSource
The appointments of RadScheduleView.
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 ScheduleViewDragDropPayload.