AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) Constructor
Initializes a new instance of the AppointmentEditPage class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentEditPage(
DateTime startDate,
DateTime endDate,
bool allDay,
SchedulerDataStorage storage,
bool useThemeableToolbarIcons = false
)
Parameters
| Name | Type |
|---|---|
| startDate | DateTime |
| endDate | DateTime |
| allDay | Boolean |
| storage | SchedulerDataStorage |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| useThemeableToolbarIcons | Boolean | False |
See Also