Click or drag to resize

IContentFilterFactory Interface

Interface to be implemented by a content filter factory.

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

The IContentFilterFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates the content filter for the specified content.
Top
See Also