Click or drag to resize

IContentFilter Interface

Interface to be implemented by content filters.

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

The IContentFilter type exposes the following members.

Methods
  NameDescription
Public methodIsMatch
Determines whether the specified value matches the condition of this filter.
Top
See Also