Skip to main content

DayViewHeaderItemViewModel(DateTimeRange) Constructor

Initializes a new DayViewHeaderItemViewModel instance with the specified day.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public DayViewHeaderItemViewModel(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

A time interval that represents the day the header identifies.

See Also