DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / Filter Property

In This Topic
    Filter Property (C1CollectionView)
    In This Topic
    Gets or sets a callback used to determine if an item is suitable for inclusion in the view.
    Syntax
    'Declaration
     
    Public Property Filter As Predicate(Of Object)
    public Predicate<object> Filter {get; set;}
    See Also