DayViewHeaderItemViewModel.Interval Property
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
public DateTimeRange Interval { get; }
Property Value
Type | Description |
---|---|
DateTimeRange | The time interval that identifies the day for which the View shows the header. |
See Also