Skip to main content

MonthViewCellViewModel(DateTimeRange) Constructor

Initializes a new MonthViewCellViewModel instance with the specified interval.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public MonthViewCellViewModel(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

The time interval the cell represents.

See Also