Click or drag to resize

DataGridFilterColumnControlFilter Property

The user provided filter (IFilter) or content (usually a string) used to filter this column. If the filter object implements IFilter, it will be used directly as the filter, else the filter object will be passed to the content filter.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public Object Filter { get; set; }

Property Value

Type: Object
See Also