| EntityViewBaseTEntityIBindingListViewFilter Property  | 
 
            Gets or sets the filter to be used to exclude items from the collection of items returned by the data source
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxstring IBindingListView.Filter { get; set; }Private Property Filter As String Implements IBindingListView.Filter
	Get
	Set
Property Value
Type: 
StringReturn Value
Type: 
StringThe string used to filter items out in the item collection returned by the data source. 
Implements
IBindingListViewFilter
See Also