DevForce Help Reference
Filter Property


Gets or sets the System.Predicate used to set filtering criteria for the list(s).
Syntax
'Declaration
 
Public Property Filter As Predicate(Of T)
'Usage
 
Dim instance As EntityListManager(Of T)
Dim value As Predicate(Of T)
 
instance.Filter = value
 
value = instance.Filter
public Predicate<T> Filter {get; set;}
Remarks
The filter should return true if the supplied Entity belongs in the list(s) managed.

Setting or resetting the filter does not automatically refresh the list(s).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityListManager<T> Class
EntityListManager<T> Members

Send Feedback