Click or drag to resize

RegexContentFilterFactoryCreate Method

Creates the content filter for the specified content.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public IContentFilter Create(
	Object content
)

Parameters

content
Type: SystemObject
The content to create the filter for.

Return Value

Type: IContentFilter
The new filter.

Implements

IContentFilterFactoryCreate(Object)
See Also