Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
bool IBindingListView.SupportsFiltering { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the data source supports filtering; otherwise, false.

Implements

IBindingListViewSupportsFiltering
See Also