New to Telerik UI for WPFStart a free 30-day trial

A class that represents the data context of a slot during drag and drop operation.

Definition

Constructors

Initializes a new instance of the DragDropSlot class.

C#
public DragDropSlot()

Initializes a new instance of the DragDropSlot class.

C#
public DragDropSlot(IOccurrence item)
Parameters:itemIOccurrence

The occurrence.

Properties

Gets the appointment that is associated with the slot.

C#
public IAppointment Appointment { get; }

Methods

Create new instance of DragDropSlot.

C#
public override Slot Copy()
Returns:

Slot

Overrides: Slot.Copy()

Deep copy from other to this Slot.

C#
public override void CopyFrom(Slot other)
Parameters:otherSlot

The Slot which is copied.

Overrides: Slot.CopyFrom(Slot)