 | BcfTableViewBaseTRowViewSetFilter Method (PredicateTRowView) |
[This is preliminary documentation and is subject to change.]
Sets the filter function.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic void SetFilter(
Predicate<TRowView> predicate
)
Public Sub SetFilter (
predicate As Predicate(Of TRowView)
)
Parameters
- predicate
- Type: SystemPredicateTRowView
The filter function; null will remove the filter.
Remarks
Filtered rowviews will be removed from list - not from repository. When dealing with many rowviews not relevant for data-binding consider using row-filters (see
Filter).
Version InformationBCF
Supported in: 4.0
See Also