SchedulerControl.ShowRecurrenceForm(AppointmentFormViewModel, Boolean) Method
In This Article
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 |
---|---|---|
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
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.
See Also