SchedulerControl.ShowRecurrenceForm(AppointmentFormViewModel, Boolean) Method
Invokes the Appointment Recurrence dialog for the specified recurring appointment.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
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
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
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.