Skip to main content
A newer version of this page is available. .

VirtualServerModeTotalSummaryEventArgs.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.v18.2.dll

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