Click or drag to resize

RegexContentFilter Constructor

Initializes a new instance of the RegexContentFilter class.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public RegexContentFilter(
	string expression,
	RegexOptions regexOptions
)

Parameters

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