AppointmentForm(SchedulerControl, Appointment, Boolean) Constructor
Initializes a new instance of the AppointmentForm class bound to the specified SchedulerControl, loads the specified appointment and invokes the recurrence form if required.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public AppointmentForm(
SchedulerControl control,
Appointment apt,
bool openRecurrenceForm
)
Parameters
Name | Type | Description |
---|---|---|
control | SchedulerControl | A SchedulerControl instance to which a form is bound. |
apt | Appointment | An Appointment instance loaded for editing. |
openRecurrenceForm | Boolean | true, to invoke the recurrence form; otherwise, false. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentForm(SchedulerControl, Appointment, Boolean) constructor.
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.