FetchDataEventArgs.CancellationToken Property
In This Article
Gets an object that notifies that the current data load operation was cancelled during the asynchronous data fetch process.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
Notifies that the current data load operation was cancelled during the asynchronous data fetch process. |
See Also