AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) Constructor
In This Article
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
C#
public AppointmentEditPage(
DateTime startDate,
DateTime endDate,
bool allDay,
SchedulerDataStorage storage,
bool useThemeableToolbarIcons = false
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Date |
The start date and time for a new appointment. |
end |
Date |
The end date and time for a new appointment. |
all |
Boolean | The value that specifies whether a new appointment is an all-day appointment. |
storage | Scheduler |
The scheduler storage for which the editor creates a new appointment. |
#Optional Parameters
Name | Type | Default |
---|---|---|
use |
Boolean | False |
See Also