[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ConditionFilter

ConditionFilter Class

Represents a filter based on several logical conditions.

Inheritance
ConditionFilter
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class ConditionFilter : BaseFilter, IC1ColumnFilter2, IC1ColumnFilter

Constructors

Name Description
ConditionFilter()

Initializes a new instance of a ConditionFilter.

Properties

Name Description
AndConditions

Gets or sets whether the Condition1 and Condition2 filter conditions should be combined with an 'And' or with an 'Or' operator.

Condition1

Gets the first filter condition.

Condition2

Gets the second filter condition.

Conditions

Gets the set of logical conditions defined for the filtering.

IsActive

Gets a value that determines whether the filter is active.

Methods

Name Description
Apply(object)

Applies the filter to a value.

Clone()

Creates a clone of this ConditionFilter.

GetEditor()

Gets the editor used to modify the filter at run time.

ReadXmlDefinition(XmlReader)

Reads XML definition of the filter.

Reset()

Resets the filter making it inactive.

WriteXmlDefinition(XmlWriter)

Writes XML definition of the filter.