AppointmentViewModel Properties
A View Model bound to the AppointmentControl element.| Name | Description |
|---|---|
| Appointment | Gets the source appointment. |
| CustomFields | Gets custom fields associated with the appointment. |
| DragDropEffects | Gets the target drop effect in appointment drag-and-drop operations. |
| EditorViewModel | Gets the View Model that contains in-place editor settings. |
| IsEditing | Gets whether the appointment is in in-place edit mode. |
| IsSelected | Gets whether the appointment is selected. |
| Label | Gets the label object associated with the appointment. |
| LayoutInterval | Gets the appointment time interval. |
| Resource | Gets or sets the resource associated with the appointment (the first resource in a resource collection if the appointment has multiple assigned resources). |
| Resources | Gets the collection of all resources associated with the appointment. |
| ResourcesString | Gets or sets captions of all resources associated with the appointment. |
| ShowChangedRecurrenceImage | Gets whether the appointment displays the changed recurrence image. |
| ShowRecurrenceImage | Gets whether the appointment displays the recurrence image. |
| Status | Gets the status object associated with the appointment. |
| ViewportInterval | Gets the appointment time interval displayed on screen. |
| VisibleInterval | Gets the time interval displayed in the view. |
See Also