Skip to main content

AppointmentDetailPage(AppointmentItem, SchedulerDataStorage, Boolean) Constructor

Initializes a new instance of the AppointmentDetailPage class with specified settings.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentDetailPage(
    AppointmentItem appointment,
    SchedulerDataStorage storage,
    bool useThemeableToolbarIcons = false
)

Parameters

Name Type
appointment AppointmentItem
storage SchedulerDataStorage

Optional Parameters

Name Type Default
useThemeableToolbarIcons Boolean False
See Also