Skip to main content
A newer version of this page is available. .

DayViewHeaderItemViewModel.Interval Property

Returns the time interval that identifies the day for which a View shows the header.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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