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