Skip to main content

AppointmentRibbonForm(SchedulerControl, Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentRibbonForm(
    SchedulerControl control,
    Appointment apt
)

Parameters

Name Type Description
control SchedulerControl

A SchedulerControl instance to which a form is bound.

apt Appointment

An Appointment instance loaded for editing.

See Also