[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Condition

Condition Class

Represents a condition within a C1.Win.C1TrueDBGrid.ConditionFilter.

Inheritance
Condition
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class Condition
Remarks

Each C1.Win.C1TrueDBGrid.ConditionFilter contains up to two conditions that can be combined with 'And' or 'Or' operators.

Properties

Name Description
IsActive

Gets a value that indicates whether the condition is active.

Operator

Gets or sets the operator used by this condition.

Parameter

Gets or sets the parameter used by this condition.

ParameterText

Gets or sets the parameter as a string used by this condition.

Methods

Name Description
Apply(object)

Applies the condition to a given value.

Clear()

Clears this condition by setting the Operator to 'None' and the Parameter to null.