Click or drag to resize

AutoCompleteTextBoxProvider Property

Gets or sets the provider that serves to gather the auto suggestion list.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public ISuggestionProvider Provider { get; set; }

Property Value

Type: ISuggestionProvider
In implementation of ISuggestionProvider.
See Also