Skip to main content

BaseAsyncArgs.CancellationToken Property

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
CancellationToken

A cancellation token.

See Also