Intersoft ClientUI Documentation
PassesFilter Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : PassesFilter Method






item
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

Visual Basic (Declaration) 
Public Function PassesFilter( _
   ByVal item As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Boolean
 
value = instance.PassesFilter(item)
C# 
public bool PassesFilter( 
   object item
)
Delphi 
public function PassesFilter( 
    item: TObject
): Boolean; 
JScript 
public function PassesFilter( 
   item : Object
) : boolean;
Managed Extensions for C++ 
public: bool PassesFilter( 
   Object* item
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.