ItemsRequestEventArgs.CancellationToken Property
In This Article
Returns the token that allows you to cancel the request.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
An object that allows you to cancel an asynchronous operation. |
See Also