| 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; }
Public Property Filter As Object
Get
Set
Property Value
Type:
ObjectSee Also