Skip to main content

DayViewHeaderItemViewModel(DateTimeRange) Constructor

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public DayViewHeaderItemViewModel(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

A time interval that represents the day the header identifies.

See Also