Back to Devexpress

AppointmentForm Constructors

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentform-dot-ctor.md

latest1.5 KB
Original Source

AppointmentForm Constructors

Simple appointment editing form.

NameParametersDescription
AppointmentForm()noneInitializes a new instance of the AppointmentForm class with default settings.
AppointmentForm(SchedulerControl, Appointment, Boolean)control, apt, openRecurrenceFormInitializes a new instance of the AppointmentForm class bound to the specified SchedulerControl, loads the specified appointment and invokes the recurrence form if required.
AppointmentForm(SchedulerControl, Appointment)control, aptInitializes new instance of the AppointmentForm class with the specified settings.

See Also

AppointmentForm Class

AppointmentForm Members

DevExpress.XtraScheduler.UI Namespace