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

Represents auto-complete provider that handles the Search behavior.

Definition

Constructors

Initializes a new instance of the SearchProvider class.

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

Initializes a new instance of the SearchProvider class.

C#
public SearchProvider(QueryableCollectionView collectionView)
Parameters:collectionViewQueryableCollectionView

Properties

Gets the auto-complete mode.

C#
protected override SearchAutoCompleteMode AutoCompleteMode { get; }

Overrides: SuggestProvider.AutoCompleteMode