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