PassesFilter Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : PassesFilter Method

item
The item that is to be included in the view—if it passes the filtering criteria.
Returns a value indicating whether the specified item in the underlying data source passes the filtering criteria, and is therefore included in the view.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function PassesFilter( _
   ByVal item As Object _
) As Boolean
C# 
public override bool PassesFilter( 
   object 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.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also