ComponentOne Basic Library for UWP
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 System.Object _
    ) As System.Boolean
    public System.bool PassesFilter( 
       System.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