VirtualServerModeGetUniqueValuesEventArgs.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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
CancellationToken | A cancellation token. |
Remarks
For more information on canceling tasks, see Cancellation in Managed Threads.
See Also