DayViewCellViewModel(DateTimeRange, DateTimeRange, Boolean) Constructor
In This Article
Initializes a new instance of the DayViewCellViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public DayViewCellViewModel(
DateTimeRange timeSlotRange,
DateTimeRange timeInterval,
bool isWorkTime
)
#Parameters
Name | Type | Description |
---|---|---|
time |
Date |
The time slot the cell represents. |
time |
Date |
The time interval that contains the slot the cell represents. |
is |
Boolean | The value that specifies whether the Work |
See Also