Skip to main content

RecurrenceFormEventArgs.AppointmentFormViewModel Property

Gets the View Model for the appointment editing form from which the Appointment Recurrence dialog is invoked.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentFormViewModel AppointmentFormViewModel { get; protected set; }

#Property Value

Type Description
DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel

A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object specifying the View Model for the Edit Appointment form.

#Remarks

Use the AppointmentFormViewModel property to access the instance of the class specifying the View Model for the appointment editing form. This object should be passed as a parameter to the constructor of the DevExpress.Xpf.Scheduler.UI.RecurrenceDialogViewModel class to specify the View Model for the Appointment Recurrence form.

See Also