Skip to main content

AppointmentEditViewModel(DateTime, DateTime, Boolean, SchedulerDataStorage) Constructor

Initializes a new instance of the AppointmentEditViewModel class with specified settings.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.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