ComponentOne DataFilter for WPF
C1.DataFilter Namespace / PredicateExpression Class / Predicate Property

In This Topic
    Predicate Property (PredicateExpression)
    In This Topic
    Gets the predicate which will filter the collection.
    Syntax
    'Declaration
     
    
    Public Property Predicate As Func(Of Object,Boolean)
    public Func<object,bool> Predicate {get; set;}
    See Also