Skip to main content

AppointmentFormEventArgs.OpenRecurrenceForm Property

Gets a value indicating whether the Appointment Recurrence form is displayed on the top of the Edit Appointment form.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool OpenRecurrenceForm { get; }

Property Value

Type Description
Boolean

true if the Appointment Recurrence form is displayed; otherwise, false.

See Also