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

FilteredItemsSourceProvider Members

A data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in sync mode.

Constructors

Name Description
FilteredItemsSourceProvider() Initializes a new instance of the FilteredItemsSourceProvider class.

Fields

Name Description
FilterComparisonTypeProperty static Identifies the FilterComparisonType dependency property.
FilterMembersProperty static Identifies the FilterMembers dependency property.
FilterModeProperty static Identifies the FilterMode dependency property.
SuggestionsSourceProperty static Identifies the SuggestionsSource dependency property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also