BaseAsyncArgs.CancellationToken Property
In This Article
Gets a token that allows you to respond to a task cancellation request invoked by the GridControl.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
A cancellation token. |
See Also