Gets the appointment being edited in this form.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public Appointment Appointment { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Appointment As Appointment |
A reference to a schedule Appointment, which is being edited in the form.
RemarksCall SetAppointment method to specify the appointment to edit.
See Also