AppointmentInplaceEditorViewModel Properties
A View Model that contains in-place editor settings.
Name | Description |
---|---|
Appointment |
Gets the source appointment to which to apply changes.
Inherited from Appointment |
Close |
Gets or sets a command executed to close the in-place editor. |
Commit |
Gets or sets a command used to apply changes made to the in-place editor content. |
Custom |
Stores the additional properties.
Inherited from Appointment |
Description |
Gets or sets the text that is the appointment’s description.
Inherited from Appointment |
Edit |
Gets the edited appointment whose properties are displayed in the Edit Form.
Inherited from Appointment |
Is |
Specifies whether the current Appointment |
Is |
Gets whether design-time mode is active.
Inherited from View |
Is |
Gets whether the current appointment is new and not contained in the scheduler’s appointment collection.
Inherited from Appointment |
Is |
Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, Changed |
Label |
Gets or sets the label object associated with the appointment.
Inherited from Appointment |
Location |
Gets or sets the text that specifies the place where the appointment is scheduled.
Inherited from Appointment |
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 Appointment |
Resources |
Gets a collection of all resources associated with the edited appointment.
Inherited from Appointment |
Rollback |
Gets or sets a command executed to restore an in-place editor content to its previous state and cancel uncommitted changes. |
Scheduler |
Gets the Sheduler |
Status |
Gets or sets the status object associated with the appointment.
Inherited from Appointment |
Subject |
Gets or sets the text that is the appointment’s subject.
Inherited from Appointment |
Time |
Provides access to the appointment’s interval View Model.
Inherited from Appointment |
See Also