FetchAsyncArgsBase.CancellationToken Property
Gets a token that allows you to respond to a task cancellation request invoked by the GridControl.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
CancellationToken | A cancellation token. |
Remarks
For more information on how to cancel tasks, refer to the following help topic: Cancellation in Managed Threads.
See Also