WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / TextExpression Class
Properties Methods Events


In This Topic
    TextExpression Class Members
    In This Topic

    The following tables list the members exposed by TextExpression.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the filter operation type. (Inherited from C1.WinUI.DataFilter.OperationExpression)
    Public PropertyTo know MatchCase mode is enable or not  
    Public PropertyTo know MatchWholeWord mode is enable or not  
    Public PropertyGets or sets a value indicating the negation of the expression. (Inherited from C1.WinUI.DataFilter.Expression)
    Public PropertyGets or sets the name of the data item property to which the expression applies. (Inherited from C1.WinUI.DataFilter.OperationExpression)
    Public PropertyGets or sets the value of the current filter expression. (Inherited from C1.WinUI.DataFilter.OperationExpression)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Converts current the Expression to the C1.DataCollection.FilterExpression.  
    Protected MethodOverloaded. Raises the PropertyChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
    Protected MethodRaises the ValueChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
    Protected MethodCompares two values of property and raises an PropertyChanged event if they are different. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
    Public EventOccurs when a value of current Filter changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
    Top
    See Also