Skip to main content
A newer version of this page is available. .

LookUpEditAutoSuggestEventArgs.CancellationToken Property

An object that cancels the Task assigned to the GetSuggestions method. This object is generated when you call the Cancel method.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

Cancels the Task that should retrieve lookup items.

See Also