'Usage Dim instance As DataGridCollectionViewBase Dim item As Object Dim value As Boolean value = instance.PassesFilter(item)
Parameters
- item
- The item that is to be included in the view—if it passes the filtering criteria.
Return Value
<true if the item is to be included in the view; false otherwise.