AppointmentEditViewModel Constructors
A base class for View Models used in appointment editing window and in-place appointment editor.Name | Parameters | Description |
---|---|---|
AppointmentEditViewModel(AppointmentItem, SchedulerControl) | appointmentItem, scheduler | Initializes a new instance of the AppointmentEditViewModel class with the specified settings. |
See Also