Back to Devexpress

FetchDataEventArgs Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-fetchdataeventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

FetchDataEventArgs Properties

Provides data for the FetchAppointments and FetchTimeRegions events.

NameDescription
AsyncResultGets or sets a task that allows you to fetch data asynchronously in the SchedulerControl.
CancellationTokenGets an object that notifies that the current data load has been cancelled during the asynchronous data fetch. The CancellationToken property is used when the RefreshData() method is invoked.
IdsReturns the identifiers of scheduler items that have been reloaded by the ReloadAppointments/ReloadTimeRegions methods.
IntervalReturns the time range for which to fetch the scheduler items.
ResultSpecifies the list of scheduler items to load from the data source.

See Also

FetchDataEventArgs Class

FetchDataEventArgs Members

DevExpress.Xpf.Scheduling Namespace