FilteredItemsSourceProvider Properties
A data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in sync mode.Name | Description |
---|---|
FilterComparisonType | Gets or sets a value that specifies how to compare the entered text with suggestions in the collection. |
FilterMembers | Gets or sets a comma-separated list of data fields to search. |
FilterMode | Gets or sets the operator (starts with, contains, etc.) used to compare suggestions in the collection with the entered text. |
SuggestionsSource | Gets or sets the collection of suggestions to be filtered. |
See Also