Intersoft ClientUI Documentation
PassesFilter Method



The item to check.
Returns a value that indicates whether the specified item in the underlying collection belongs to the view after filters are applied.
Syntax
Public Function PassesFilter( _
   ByVal item As Object _
) As Boolean
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Boolean
 
value = instance.PassesFilter(item)
public bool PassesFilter( 
   object item
)
public:
bool PassesFilter( 
   Object^ item
) 

Parameters

item
The item to check.

Return Value

true if the specified item belongs to the filtered view or if no filter is set on the collection view; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback