'Declaration Public ReadOnly Property Filter As Predicate(Of Object)
'Usage Dim instance As SelectionRange Dim value As Predicate(Of Object) value = instance.Filter
public Predicate<object> Filter {get;}
Property Value
The filter predicated to be used to filter the items locally (see Remarks section). Can be a null reference (Nothing in Visual Basic).