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.v23.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the OpenRecurrenceForm property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also