DragDropSlot
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:
C#
public class DragDropSlot : Slot, INotifyPropertyChanged, IDisposable, IDateSpan, ICopyable<Slot>
Inheritance: objectViewModelBaseDateSpanSlotDragDropSlot
Implements:
Inherited Members
Constructors
Initializes a new instance of the DragDropSlot class.
C#
public DragDropSlot()
Initializes a new instance of the DragDropSlot class.
Properties
Gets the appointment that is associated with the slot.
C#
public IAppointment Appointment { get; }
Methods
Create new instance of DragDropSlot.