Skip to main content
All docs
V19.1

AppointmentEditPage(SchedulerView, DateTime, DateTime, Boolean) Constructor

Initializes a new AppointmentEditPage instance that configures a new appointment in the specified scheduler.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public AppointmentEditPage(
    SchedulerView scheduler,
    DateTime startDate,
    DateTime endDate,
    bool allDay
)

Parameters

Name Type Description
scheduler SchedulerView

The scheduler for which the editor creates the new appointment.

startDate DateTime

The new appointment’s start date and time.

endDate DateTime

The new appointment’s end date and time.

allDay Boolean

The value that specifies whether the new appointment is an all-day appointment.

See Also