Class SearchProvider
Represents auto-complete provider that handles the Search behavior.
Inherited Members
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchProvider : SuggestProvider, INotifyPropertyChanged
Constructors
SearchProvider(QueryableCollectionView)
Initializes a new instance of the Search
Declaration
public SearchProvider(QueryableCollectionView collectionView)
Parameters
Queryable
|
SearchProvider(QueryableCollectionView, SearchStateManager)
Initializes a new instance of the Search
Declaration
public SearchProvider(QueryableCollectionView collectionView, SearchStateManager searchStateManager)
Parameters
Queryable
|
Search
|
Properties
AutoCompleteMode
Gets the auto-complete mode.
Declaration
protected override SearchAutoCompleteMode AutoCompleteMode { get; }