Filter Property

ICollectionView.Filter Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Property Filter As Predicate(Of Object)

Property Value

Type: System.Predicate(Of Object)
A method that is used to determine whether an item is appropriate for inclusion in the view.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft