Skip to main content

AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) Constructor

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentEditPage(
    DateTime startDate,
    DateTime endDate,
    bool allDay,
    SchedulerDataStorage storage,
    bool useThemeableToolbarIcons = false
)

Parameters

Name Type Description
startDate DateTime

The start date and time for a new appointment.

endDate DateTime

The end date and time for a new appointment.

allDay Boolean

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

storage SchedulerDataStorage

The scheduler storage for which the editor creates a new appointment.

Optional Parameters

Name Type Default
useThemeableToolbarIcons Boolean False
See Also