ComponentOne DataGrid for WPF and Silverlight
Filter Property (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : Filter Property
Gets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view.
Syntax
'Declaration
 
Public Overridable Property Filter As System.Predicate(Of Object)
public virtual System.Predicate<object> Filter {get; set;}

Property Value

A method that is used to determine whether an item is appropriate for inclusion in the view.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members