| EntityViewBaseTEntityIBindingListViewSupportsFiltering Property  | 
 
            Gets a value indicating whether the data source supports filtering.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxbool IBindingListView.SupportsFiltering { get; }Private ReadOnly Property SupportsFiltering As Boolean
	Implements IBindingListView.SupportsFiltering
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if the data source supports filtering; otherwise, false. 
Implements
IBindingListViewSupportsFiltering
See Also