Skip to main content
A newer version of this page is available. .

AppointmentRibbonForm(SchedulerControl, Appointment, Boolean) Constructor

Initializes new instance of the AppointmentRibbonForm class with the specified settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppointmentRibbonForm(
    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.

See Also