New to Telerik UI for WPFStart a free 30-day trial

Represents auto-complete provider that handles the SuggestAppend behavior.

Definition

Constructors

Initializes a new instance of the SuggestAppendProvider class.

C#
public SuggestAppendProvider(QueryableCollectionView collectionView, SearchStateManager searchStateManager)
Parameters:collectionViewQueryableCollectionViewsearchStateManagerSearchStateManager

Initializes a new instance of the SuggestAppendProvider class.

C#
public SuggestAppendProvider(QueryableCollectionView collectionView)
Parameters:collectionViewQueryableCollectionView

Properties

Gets the auto-complete mode.

C#
protected override SearchAutoCompleteMode AutoCompleteMode { get; }

Overrides: SuggestProvider.AutoCompleteMode