Class SchedulerDragDropPayload
Inheritance
System.Object
SchedulerDragDropPayload
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SchedulerDragDropPayload : Payload, IDataObject, IPayload, IDragDropPayload
Constructors
Declaration
public SchedulerDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments)
Parameters
|
System.Collections.IEnumerable
sourceAppointmentsSource
|
|
System.Collections.Generic.IEnumerable<IOccurrence>
draggedAppointments
|
Declaration
public SchedulerDragDropPayload(IEnumerable sourceAppointmentsSource, IEnumerable<IOccurrence> draggedAppointments, IOccurrence draggedAppointment)
Parameters
|
System.Collections.IEnumerable
sourceAppointmentsSource
|
|
System.Collections.Generic.IEnumerable<IOccurrence>
draggedAppointments
|
|
IOccurrence
draggedAppointment
|
Fields
Properties
Declaration
public IOccurrence DraggedAppointment { get; }
Property Value
Declaration
public IEnumerable<IOccurrence> DraggedAppointments { get; }
Property Value
Declaration
public IEnumerable SourceAppointmentsSource { get; }
Property Value
|
System.Collections.IEnumerable
|
Methods
Declaration
public override object GetData(string format, bool autoConvert)
Parameters
|
System.String
format
|
|
System.Boolean
autoConvert
|
Returns
Overrides
Declaration
public override bool GetDataPresent(string format, bool autoConvert)
Parameters
|
System.String
format
|
|
System.Boolean
autoConvert
|
Returns
Overrides
Extension Methods