FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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 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 PropertyOverridden. Gets or sets a value that determines whether the filter is active.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Applies the filter to a value.  
    Public MethodCreates a clone of this ConditionFilter.  
    Public MethodOverridden. Gets the editor used to modify the filter at run time.  
    Public MethodOverridden.   
    Public MethodOverridden. Resets the filter making it inactive.  
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodDecodes string value to filter typed value. (Inherited from C1.Win.C1FlexGrid.BaseFilter)
    Protected MethodEncodes filter value to string value. (Inherited from C1.Win.C1FlexGrid.BaseFilter)
    Protected MethodGets filter data type from XML definition. (Inherited from C1.Win.C1FlexGrid.BaseFilter)
    Top
    See Also