MonthViewHeaderItemViewModel(DateTimeRange) Constructor
Initializes a new instance of the MonthViewHeaderItemViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public MonthViewHeaderItemViewModel(
DateTimeRange interval
)
Parameters
Name | Type | Description |
---|---|---|
interval | DateTimeRange | The interval that specifies the interval the header shows. |
See Also