Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / PassesFilter Method
The item to check.

In This Topic
    PassesFilter Method
    In This Topic
    Returns a value indicating whether the specified item satisfies the filter conditions defined in the Filter property.
    Syntax
    'Declaration
     
    
    Public Function PassesFilter( _
       ByVal item As Object _
    ) As Boolean
    public bool PassesFilter( 
       object item
    )

    Parameters

    item
    The item to check.

    Return Value

    True if filter is not specified or item satisfies the filter conditions; otherwise, false.
    See Also