Click or drag to resize

SearchOptionsFilterRegex Property

Set the FilterRegex property to match against a regular expression. This property is also set if the Filter property is modified. If null the filter matches against everything.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Regex FilterRegex { get; set; }

Property Value

Type: Regex
See Also