Skip to main content

MonthViewCellViewModel(DateTimeRange) Constructor

Initializes a new instance of the MonthViewCellViewModel class with specified settings.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public MonthViewCellViewModel(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

The time interval the cell represents.

See Also