EditAppointmentFormEventArgs.OpenRecurrenceDialog Property
Gets the value indicating whether the Appointment Recurrence form is displayed on the top of the Edit Appointment form.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool OpenRecurrenceDialog { get; }
Public ReadOnly Property OpenRecurrenceDialog As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the Appointment Recurrence dialog is opened; otherwise, false. |
See Also