AllDayAreaCellViewModel(DateTimeRange) Constructor
Initializes a new instance of the AllDayAreaCellViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AllDayAreaCellViewModel(
DateTimeRange interval
)
Parameters
| Name | Type | Description |
|---|---|---|
| interval | DateTimeRange | The day interval the cell occupies. |
See Also