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.4.0.0 (5.4.0)
Syntax bool 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
IBindingListViewSupportsFilteringSee Also