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


In This Topic
    ConditionFilter Class Members
    In This Topic

    The following tables list the members exposed by ConditionFilter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a ConditionFilter.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the Condition1 and Condition2 filter conditions should be combined with an 'And' or with an 'Or' operator.  
    Public PropertyGets the first filter condition.  
    Public PropertyGets the second filter condition.  
    Public PropertyGets the set of logical conditions defined for the filtering.  
    Public PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodCreates a clone of this ConditionFilter.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodDecodes string value to filter typed value. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Protected MethodEncodes filter value to string value. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Protected MethodGets filter data type from XML definition. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Top
    See Also