AppointmentEditViewModel(DateTime, DateTime, Boolean, SchedulerDataStorage) Constructor
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AppointmentEditViewModel(
DateTime startDate,
DateTime endDate,
bool allDay,
SchedulerDataStorage storage
)
Parameters
Name | Type |
---|---|
startDate | DateTime |
endDate | DateTime |
allDay | Boolean |
storage | SchedulerDataStorage |
See Also