Gets the appointment being edited in this form.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms
C#
![]() |
---|
public Appointment Appointment { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Appointment As Appointment |
A reference to a schedule Appointment, which is being edited in the form.
Call SetAppointment method to specify the appointment to edit.