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

AppointmentEditDialogViewModel<T> Properties

Provides settings defining the Appointment Edit dialog’s View Model.
Name Description
AppointmentController Specifies the appointment controller.
Description Specifies the text for the appointment’s description.
EndTime Specifies the appointment’s end time.
ErrorMessage Specifies the appointment’s error message.
IsAllDay Gets or sets whether the current appointment lasts the entire day (or several days).
IsRecurring Specifies whether the appointment is recurring.
IsValid Specifies whether the appointment data is valid.
LabelKey Specifies the appointment’s label key.
Location Specifies the place where the appointment is scheduled.
RecurrenceViewModel Provides settings defining the View Model of the dialog’s recurrence section.
Reminder Specifies a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders).
ResourceIds Specifies resources associated with the current appointment.
StartTime Specifies the start date and time of the appointment.
StatusKey Specifies the unique identifier of the status object associated with the appointment.
Subject Specifies the appointment’s subject.
TimeZoneId Specifies the time zone ID.
See Also