FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Condition Class
Properties Methods


In This Topic
    Condition Class Members
    In This Topic

    The following tables list the members exposed by Condition.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the condition is active.  
    Public PropertyGets or sets a value that specifies how the condition is combined with other conditions.  
    Public PropertyGets a value that indicates whether the condition is one of ConditionOperator.IsBlank, ConditionOperator.IsDistinct, ConditionOperator.IsDuplicate, ConditionOperator.IsUnique  
    Public PropertyGets or sets the operator used by this condition.  
    Public PropertyGets or sets the parameter used by this condition.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the condition to a given value.  
    Public MethodClears this condition by setting the Operator to 'None', the Parameter to null  
    Top
    See Also