AdvancedCollectionView.Filter Property

Definition

Gets or sets the predicate used to filter the visible items

public Predicate<object> Filter { get; set; }
member this.Filter : Predicate<obj> with get, set
Public Property Filter As Predicate(Of Object)

Property Value

Implements

Applies to