FetchDataEventArgs.CancellationToken Property
Gets 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.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
CancellationToken | Notifies that the current data load has been cancelled during the asynchronous data fetch. |
See Also