[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ConditionFilter

ConditionFilter Class

Filter composed of two Condition elements that can be combined using an 'and' or an 'or' operator.

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

Properties

Name Description
AndConditions

Gets or sets how the two conditions should be combined ('and' or 'or').

Condition1

Gets or sets the first condition of the filter.

Condition2

Gets or sets the second condition of the filter.

DataType

Gets the type of data that this filter works on.

IsActive

Gets a value that indicates whether the filter is active.

Methods

Name Description
Apply(object)

Applies the filter to a given value.

Clear()

Clears this filter.