Class DragDropSlot
A class that represents the data context of a slot during drag and drop operation.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class DragDropSlot : Slot, INotifyPropertyChanged, IDisposable, IDateSpan, ICopyable<Slot>
Constructors
DragDropSlot()
DragDropSlot(IOccurrence)
Initializes a new instance of the DragDropSlot class.
Declaration
public DragDropSlot(IOccurrence item)
Parameters
IOccurrence
item
The occurrence. |
Properties
Appointment
Gets the appointment that is associated with the slot.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
Methods
Copy()
CopyFrom(Slot)
Deep copy from other
to this Slot.
Declaration
public override void CopyFrom(Slot other)
Parameters
Slot
other
The Slot which is copied. |