ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / FilterPredicateExpression Class / Predicate Property

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