AppointmentEditPage(AppointmentItem, SchedulerDataStorage, Boolean) Constructor
Initializes a new AppointmentEditPage instance that edits the specified appointment in the given scheduler storage.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AppointmentEditPage(
AppointmentItem appointment,
SchedulerDataStorage storage,
bool useThemeableToolbarIcons = false
)
Parameters
Name | Type | Description |
---|---|---|
appointment | AppointmentItem | The appointment to edit. |
storage | SchedulerDataStorage | The scheduler storage that contains the appointment to edit. |
Optional Parameters
Name | Type | Default |
---|---|---|
useThemeableToolbarIcons | Boolean | False |
See Also