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