Search
AppointmentForm.Appointment Property
See Also
 





Gets the appointment being edited in this form.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms

 Syntax

C#  Copy Code

public Appointment Appointment { get; }

Visual Basic  Copy Code

Public ReadOnly Property Appointment As Appointment

 Property Value

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.

 See Also