ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / Filter Property

In This Topic
    Filter Property (BaseCollectionView)
    In This Topic
    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 Predicate(Of Object)
    public virtual 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