MindFusion.Wpf Pack Programmer's Guide
AppointmentForm.Appointment Property
See Also
 





Gets the appointment being edited in this form.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.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.

 Remarks

Call SetAppointment method to specify the appointment to edit.

 See Also

AppointmentForm Members
AppointmentForm Class
MindFusion.Scheduling.Wpf Namespace