FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Condition Class / Condition Constructor / Condition Constructor(ConditionFilter,Condition)
The ConditionFilter this Condition belongs to.
The Condition from which the property values ​​are copied.

In This Topic
    Condition Constructor(ConditionFilter,Condition)
    In This Topic
    Creates a new instance of Condition attached to the given ConditionFilter with Parameter, Operator and IsAnd properties defined by the given Condition.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal filter As ConditionFilter, _
       ByVal condition As Condition _
    )
    public Condition( 
       ConditionFilter filter,
       Condition condition
    )

    Parameters

    filter
    The ConditionFilter this Condition belongs to.
    condition
    The Condition from which the property values ​​are copied.
    See Also