AppointmentEditPage(DateTime, DateTime, Boolean, SchedulerDataStorage, Boolean) Constructor
In This Article
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
C#
public AppointmentEditPage(
DateTime startDate,
DateTime endDate,
bool allDay,
SchedulerDataStorage storage,
bool useThemeableToolbarIcons = false
)
#Parameters
Name | Type |
---|---|
start |
Date |
end |
Date |
all |
Boolean |
storage | Scheduler |
#Optional Parameters
Name | Type | Default |
---|---|---|
use |
Boolean | False |
See Also