LookUpEditAutoSuggestEventArgs Properties
Provides data for the LookUpEdit.AutoSuggest and GridLookUpEdit.AutoSuggest events.Name | Description |
---|---|
Cancel | Cancels the Task assigned to the QuerySuggestions parameter. Inherited from LookUpEditSearchHighlightEventArgs. |
CancellationToken | An object that cancels the Task assigned to the GetSuggestions method. This object is generated when you call the Cancel method. |
ClearSuggestions | Clears the editor drop-down menu, removing all items returned by the GetSuggestions task. |
EditorText | Inherited from LookUpEditSearchHighlightEventArgs. |
QuerySuggestions | Gets 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. |
Text | Returns the current user text. Inherited from LookUpEditSearchHighlightEventArgs. |
See Also