Skip to main content
A newer version of this page is available. .
All docs
V22.2

DataSource.EnsureFetchAppointments(DateTimeRange) Method

Loads appointments for the specified time interval.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v22.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void EnsureFetchAppointments(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to load appointments.

Remarks

Use the EnsureFetchAppointments method to manually load appointments when you handle the FetchAppointments event. Refer to the Load Data on Demand topic for more information.

Use the interval parameter to specify the time interval for which to load appointments from the source. The FetchRange property does not affect the EnsureFetchAppointments method.

Use the EnsureFetchTimeRegions method to load time regions.

See Also