Skip to main content

SuggestionsRequestEventArgs.CancellationToken Property

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
CancellationToken

An object that allows you to cancel an asynchronous operation.

See Also