Click or drag to resize

SearchEditAutoSearch Property

Gets or sets a value indicating whether the control will start searching automatically after a short delay or if the search needs to be triggered by pressing Enter. This is a dependency property.

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

Property Value

Type: Boolean
True if the control starts searching automatically, false if not.
See Also