Class AppendProvider
Represents auto-complete provider that handles the Append behavior.
Inherited Members
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class AppendProvider : SuggestProvider, INotifyPropertyChanged
Constructors
AppendProvider(QueryableCollectionView)
Initializes a new instance of the Append
Declaration
public AppendProvider(QueryableCollectionView collectionView)
Parameters
Queryable
|
AppendProvider(QueryableCollectionView, SearchStateManager)
Initializes a new instance of the Append
Declaration
public AppendProvider(QueryableCollectionView collectionView, SearchStateManager searchStateManager)
Parameters
Queryable
|
Search
|
Properties
AutoCompleteMode
Gets the auto-complete mode.
Declaration
protected override SearchAutoCompleteMode AutoCompleteMode { get; }
Property Value
Overrides
Methods
GetCurrentItem()
Returns the current item.
Declaration
protected override object GetCurrentItem()
Returns
System.
|
Overrides
HandleSearchTextChanged(String)
Updates the search logic with the new search text value.
Declaration
protected override void HandleSearchTextChanged(string newSearchText)
Parameters
System.
|
Overrides
InitializeCollectionView(QueryableCollectionView)
Initializes the associated collection view instance.
Declaration
protected override void InitializeCollectionView(QueryableCollectionView collectionView)
Parameters
Queryable
|
Overrides
MoveCurrentToFirst()
Moves CollectionView.CurrentItem to the first item.
Declaration
public override void MoveCurrentToFirst()
Overrides
MoveCurrentToLast()
Moves CollectionView.CurrentItem to the last item.
Declaration
public override void MoveCurrentToLast()
Overrides
MoveCurrentToNext()
Moves CollectionView.CurrentItem to the next available.
Declaration
public override void MoveCurrentToNext()
Overrides
MoveCurrentToPrevious()
Moves CollectionView.CurrentItem to the previous available.
Declaration
public override void MoveCurrentToPrevious()
Overrides
SetCurrentItem(Object)
Sets the current item.
Declaration
protected override void SetCurrentItem(object item)
Parameters
System.
|