FetchDataEventArgs.Interval Property
In This Article
Gets the time interval that includes all loaded appointments.
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 includes all loaded appointments. |
See Also