FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Condition Class / Condition Constructor / Condition Constructor(ConditionFilter)
The ConditionFilter this Condition belongs to.

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

    Parameters

    filter
    The ConditionFilter this Condition belongs to.
    See Also