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

AppointmentEditPage Constructors

The page that allows users to add new appointments and edit existing appointments.
Name Parameters Description
AppointmentEditPage(SchedulerView, AppointmentItem) scheduler, appointment Initializes a new AppointmentEditPage instance that edits the specified appointment in the given scheduler.
AppointmentEditPage(SchedulerView, DateTime, DateTime, Boolean) scheduler, startDate, endDate, allDay Initializes a new AppointmentEditPage instance that configures a new appointment in the specified scheduler.
See Also