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 SearchProvider class.
Declaration
public SearchProvider(QueryableCollectionView collectionView)
Parameters
QueryableCollectionView
collectionView
|
SearchProvider(QueryableCollectionView, SearchStateManager)
Initializes a new instance of the SearchProvider class.
Declaration
public SearchProvider(QueryableCollectionView collectionView, SearchStateManager searchStateManager)
Parameters
QueryableCollectionView
collectionView
|
SearchStateManager
searchStateManager
|
Properties
AutoCompleteMode
Gets the auto-complete mode.
Declaration
protected override SearchAutoCompleteMode AutoCompleteMode { get; }
Property Value
SearchAutoCompleteMode
|