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

A class that represents the data context of a slot during resize operation.

Definition

Constructors

Initializes a new instance of the ResizeSlot class.

C#
public ResizeSlot()

Initializes a new instance of the ResizeSlot class.

C#
public ResizeSlot(IOccurrence item)
Parameters:itemIOccurrence

The occurrence.

Properties

Gets the appointment that is associated with the slot.

C#
public IAppointment Appointment { get; }

Methods

Creates new instance of ResizeSlot.

C#
public override Slot Copy()
Returns:

Slot

Overrides: Slot.Copy()

Deep copy from other to this ResizeSlot.

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

The Slot which is copied.

Overrides: Slot.CopyFrom(Slot)