[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnFilterBase-1

ColumnFilterBase<T> Class

The Filter's abstract class defined by a ValueFilter and a ConditionFilter. Both filters must be satisfied by values.

Inheritance
ColumnFilterBase<T>
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGridFilter.4.6.2.dll
Syntax
public abstract class ColumnFilterBase<T>
Type Parameters
Name Description
T

type of filter behavior

Properties

Name Description
Column

Gets the Column on which this column filter operates.

ConditionFilter

Gets the ConditionFilter in this filter.

DataType

Gets the type of data with which this filter operates.

FilterType
IsActive

Gets a value that indicates whether this filter is active.

Owner

Gets the Filter that owns this column filter.

ValueFilter

Gets the ValueFilter in this filter.

Methods

Name Description
Apply(object)

Applies the filter to a given value.

Clear()

Clears this filter.