ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / Filter Property

In This Topic
    Filter Property (RiaCollectionView)
    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