Skip to main content
A newer version of this page is available. .

AppointmentDragResizeViewModel Properties

View model used in the drag-and-drop and resize operations, containing appointment property values which are modified during an action.
Name Description
AllDay Gets or sets whether an appointment is dragged to the all-day area.
Appointment Gets the edited appointment. Inherited from AppointmentEditViewModelBase.
CustomFields Inherited from AppointmentEditViewModelBase.
Description Gets or sets the text that is the appointment’s description. Inherited from AppointmentEditViewModelBase.
End Gets or sets the End value of the dragged or resized appointment.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
IsNewAppointment Gets whether the current appointment is new and not contained in the scheduler’s appointment collection. Inherited from AppointmentEditViewModelBase.
IsOccurrenceType Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, ChangedOccurrence or DeletedOccurrence type). Inherited from AppointmentEditViewModelBase.
Label Gets or sets the label object associated with the appointment. Inherited from AppointmentEditViewModelBase.
Location Gets or sets the text that specifies the place where the appointment is scheduled. Inherited from AppointmentEditViewModelBase.
Resource Gets or sets a resource associated with the appointment (the first resource in a resource collection if an appointment has several assigned resources). Inherited from AppointmentEditViewModelBase.
Resources Gets a collection of all resources associated with the edited appointment. Inherited from AppointmentEditViewModelBase.
Scheduler Gets the ShedulerControl used in the View Model. Inherited from AppointmentEditViewModelBase.
Start Gets or sets the Start value of the dragged or resized appointment.
Status Gets or sets the status object associated with the appointment. Inherited from AppointmentEditViewModelBase.
Subject Gets or sets the text that is the appointment’s subject. Inherited from AppointmentEditViewModelBase.
See Also