Class SuggestAppendProvider
Represents auto-complete provider that handles the SuggestAppend behavior.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SuggestAppendProvider : SuggestProvider, INotifyPropertyChanged
Constructors
SuggestAppendProvider(QueryableCollectionView)
Initializes a new instance of the SuggestAppendProvider class.
Declaration
public SuggestAppendProvider(QueryableCollectionView collectionView)
Parameters
QueryableCollectionView
collectionView
|
SuggestAppendProvider(QueryableCollectionView, SearchStateManager)
Initializes a new instance of the SuggestAppendProvider class.
Declaration
public SuggestAppendProvider(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
|