ClassDragDropSlot
Class
A class that represents the data context of a slot during drag and drop operation.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class DragDropSlot : Slot, INotifyPropertyChanged, IDisposable, IDateSpan, ICopyable<Slot>
Inheritance: objectViewModelBaseDateSpanSlotDragDropSlot
Implements:
Inherited Members
Constructors
DragDropSlot()
Initializes a new instance of the DragDropSlot class.
Declaration
cs-api-definition
public DragDropSlot()
DragDropSlot(IOccurrence)
Initializes a new instance of the DragDropSlot class.
Declaration
cs-api-definition
public DragDropSlot(IOccurrence item)
Parameters
item
The occurrence.
Properties
Appointment
Gets the appointment that is associated with the slot.
Methods
Copy()
Create new instance of DragDropSlot.
CopyFrom(Slot)
Deep copy from other to this Slot.