[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ValueFilter

ValueFilter Class

Filter defined by a list of values that should be accepted. If the list is empty, all values satisfy the filter.

Inheritance
ValueFilter
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGridFilter.4.6.2.dll
Syntax
public class ValueFilter

Constructors

Name Description
ValueFilter(Type)

Initializes a new instance of a ColumnFilter.

Properties

Name Description
DataType

Gets the type of data that this filter works on.

IsActive

Gets a value that indicates whether the filter is active.

Values

Gets or sets the list of values that satisfy this filter. If the list is empty, the filter is disabled.

Methods

Name Description
Apply(object)

Applies the filter to a given value.

Clear()

Clears this filter.