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