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