AppointmentEditPage(AppointmentItem, SchedulerDataStorage, Boolean) Constructor
In This Article
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
C#
public AppointmentEditPage(
AppointmentItem appointment,
SchedulerDataStorage storage,
bool useThemeableToolbarIcons = false
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment |
The appointment to edit. |
storage | Scheduler |
The scheduler storage that contains the appointment to edit. |
#Optional Parameters
Name | Type | Default |
---|---|---|
use |
Boolean | False |
See Also