Click or drag to resize

SimpleContentFilter Class

A content filter using a simple "contains" string comparison to match the content and the value.
Inheritance Hierarchy
SystemObject
  DataGridExtensionsSimpleContentFilter

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

The SimpleContentFilter type exposes the following members.

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