Class ResizeSlot
A class that represents the data context of a slot during resize operation.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResizeSlot : Slot, INotifyPropertyChanged, IDisposable, IDateSpan, ICopyable<Slot>
Constructors
ResizeSlot()
ResizeSlot(IOccurrence)
Initializes a new instance of the ResizeSlot class.
Declaration
public ResizeSlot(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 ResizeSlot.
Declaration
public override void CopyFrom(Slot other)
Parameters
Slot
other
The Slot which is copied. |