Skip to main content

SchedulerControl.ShowRecurrenceForm(AppointmentFormViewModel, Boolean) Method

Invokes the Appointment Recurrence dialog for the specified recurring appointment.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public virtual void ShowRecurrenceForm(
    AppointmentFormViewModel parentFormViewModel,
    bool readOnly
)

#Parameters

Name Type Description
parentFormViewModel DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel

A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object that specifies the View Model for the Edit Appointment form from which the Appointment Recurrence dialog is invoked.

readOnly Boolean

true, to open this form to display properties of a read-only recurring appointment (in this case all form editors are disabled); otherwise, false.

#Remarks

The Appointment Recurrence dialog allows end-users to change the appointment recurrence characteristics. The common appearance of the standard Appointment Recurrence form is shown below.

DXScheduler_AppointmentRecurrenceDialog

See Also