Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / Filter Property

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