ListCollectionView.Filter Property

Definition

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

public:
 virtual property Predicate<System::Object ^> ^ Filter { Predicate<System::Object ^> ^ get(); void set(Predicate<System::Object ^> ^ value); };
public override Predicate<object> Filter { get; set; }
member this.Filter : Predicate<obj> with get, set
Public Overrides Property Filter As Predicate(Of Object)

Property Value

A delegate that represents the method that is used to determine whether an item is suitable for inclusion in the view.

Applies to