Gets the appointment being edited in this form.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms
C# 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. This is usually the appointment selected for editing with a call to the SetAppointment method.