SchedulerControl.ShowEditRecurrentAppointmentForm(Appointment, Boolean) Method
Invokes the Appointment Recurrence dialog for the specified appointment.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public virtual void ShowEditRecurrentAppointmentForm(
Appointment appointment,
bool readOnly
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object whose recurrent information will be edited in the dialog. |
read |
Boolean | True to open this dialog only to display recurrence information with all editors 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.
This dialog allows end-users to change recurrence information of any appointment. The standard Recurrence dialog is shown in the image below.
Tip
Use the Scheduler