LookUpEditAutoSuggestEventArgs.CancellationToken Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
Cancels the Task that should retrieve lookup items. |
See Also