RecurrenceFormEventArgs.AppointmentFormViewModel Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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