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; }
Public Property AutoSearch As Boolean
Get
Set
public:
property bool AutoSearch {
bool get ();
void set (bool value);
}
member AutoSearch : bool with get, set
Property Value
Type:
BooleanTrue if the control starts searching automatically, false if not.
See Also