FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / TextCondition Class
Properties Methods


In This Topic
    TextCondition Class Members
    In This Topic

    The following tables list the members exposed by TextCondition.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the condition is active. (Inherited from C1.WPF.FlexGrid.Condition)
    Public PropertyTo know MatchCase mode is enable or not  
    Public PropertyTo know MatchWholeWord mode is enable or not  
    Public PropertyGets or sets the operator used by this condition. (Inherited from C1.WPF.FlexGrid.Condition)
    Public PropertyGets or sets the parameter used by this condition. (Inherited from C1.WPF.FlexGrid.Condition)
    Top
    Public Methods
     NameDescription
    Public MethodApplies the condition to a given value. (Inherited from C1.WPF.FlexGrid.Condition)
    Public MethodClears this condition by setting the Operator to 'None' and the Parameter to null. (Inherited from C1.WPF.FlexGrid.Condition)
    Top
    See Also