AppointmentViewModelBase(DateTimeRange) Constructor
Initializes a new instance of the AppointmentViewModelBase class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentViewModelBase(
DateTimeRange visibleInterval
)
Parameters
| Name | Type |
|---|---|
| visibleInterval | DateTimeRange |
See Also