Back to Devexpress

LookUpEditAutoSuggestEventArgs Properties

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupeditautosuggesteventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

LookUpEditAutoSuggestEventArgs Properties

Provides data for the LookUpEdit.AutoSuggest and GridLookUpEdit.AutoSuggest events.

NameDescription
CancelCancels the Task assigned to the QuerySuggestions parameter. Inherited from LookUpEditSearchHighlightEventArgs.
CancellationTokenAn object that cancels the Task assigned to the GetSuggestions method. This object is generated when you call the Cancel method.
ClearSuggestionsClears the editor drop-down menu, removing all items returned by the GetSuggestions task.
EditorTextInherited from LookUpEditSearchHighlightEventArgs.
QuerySuggestionsGets or sets a System.Threading.Tasks.Task object that returns the collection of items, which match the current user text. These items are displayed in the editor drop-down menu.
TextReturns the current user text. Inherited from LookUpEditSearchHighlightEventArgs.

See Also

LookUpEditAutoSuggestEventArgs Class

LookUpEditAutoSuggestEventArgs Members

DevExpress.XtraEditors.Controls Namespace