Click or drag to resize

ShellItemFilterFilterRegex Property

Set this property to a regular expression if you want to only show those files that match the regex. This value also changes if the property FilePatternFilter is set.

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

Property Value

Type: Regex
See Also