DayViewCellViewModel(DateTimeRange, DateTimeRange, Boolean) Constructor
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
public DayViewCellViewModel(
DateTimeRange timeSlotRange,
DateTimeRange timeInterval,
bool isWorkTime
)
Parameters
Name | Type | Description |
---|---|---|
timeSlotRange | DateTimeRange | The time slot the cell represents. |
timeInterval | DateTimeRange | The time interval that contains the slot the cell represents. |
isWorkTime | Boolean | The value that specifies whether the WorkTime contains the time slot the cell represents. |
See Also