DayViewHeaderItemViewModel.Interval Property
In This Article
Returns the time interval that identifies the day for which a View shows the header.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public DateTimeRange Interval { get; }
#Property Value
Type | Description |
---|---|
Date |
The time interval that identifies the day for which the View shows the header. |
See Also