SchedulerControl.ShowRecurrenceForm(AppointmentFormViewModel, Boolean) Method
Invokes the Appointment Recurrence dialog for the specified recurring appointment.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public virtual void ShowRecurrenceForm(
AppointmentFormViewModel parentFormViewModel,
bool readOnly
)
#Parameters
Name | Type | Description |
---|---|---|
parent |
DevExpress. |
A DevExpress. |
read |
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.
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.