Click or drag to resize

RegexContentFilter Class

A content filter using the content as a regular expression to match the string representation of the value.
Inheritance Hierarchy
SystemObject
  DataGridExtensionsRegexContentFilter

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class RegexContentFilter : IContentFilter

The RegexContentFilter type exposes the following members.

Constructors
  NameDescription
Public methodRegexContentFilter
Initializes a new instance of the RegexContentFilter class.
Top
Methods
  NameDescription
Public methodIsMatch
Determines whether the specified value matches the condition of this filter.
Top
See Also