Back to Devexpress

VirtualServerModeTotalSummaryEventArgs.CancellationToken Property

corelibraries-devexpress-dot-data-dot-virtualservermodetotalsummaryeventargs-2a5e1c49.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public CancellationToken CancellationToken { get; }
vb
Public ReadOnly Property CancellationToken As CancellationToken

Property Value

TypeDescription
CancellationToken

A cancellation token.

|

Remarks

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

See Also

VirtualServerModeTotalSummaryEventArgs Class

VirtualServerModeTotalSummaryEventArgs Members

DevExpress.Data Namespace