TimeRulerCellViewModel(DateTime, DateTimeRange, TimeSpan) Constructor
Initializes a new instance of the TimeRulerCellViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeRulerCellViewModel(
DateTime time,
DateTimeRange timeInterval,
TimeSpan timeSlot
)
Parameters
Name | Type | Description |
---|---|---|
time | DateTime | The time slot’s start time. |
timeInterval | DateTimeRange | The time scale interval to which the cell belongs. |
timeSlot | TimeSpan | The time interval the cell represents. |
See Also