Click or drag to resize

RegexContentFilterFactory Constructor (RegexOptions)

Initializes a new instance of the RegexContentFilterFactory class.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public RegexContentFilterFactory(
	RegexOptions regexOptions
)

Parameters

regexOptions
Type: System.Text.RegularExpressionsRegexOptions
The regex options.
See Also