Click or drag to resize

SearchEditHintText Property

Gets or sets the hint text. This is a dependency property.

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

Property Value

Type: String
The hint text. Add {0} as placeholder for the current search scope. It will be replaced automatically.
See Also