Skip to main content

DayViewCellViewModel(DateTimeRange, DateTimeRange, Boolean) Constructor

Initializes a new DayViewCellViewModel instance with the specified parameters.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.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