Skip to main content

VirtualServerModeRowsEventArgs.CancellationToken Property

Gets a token that allows you to respond to a task cancellation request invoked by the grid control.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

A cancellation token.

Remarks

For more information on canceling tasks, see Cancellation in Managed Threads.

See Also