 | BcfTableViewBaseTRowViewSetFilter Method (PredicateTRowView) |
[This is preliminary documentation and is subject to change.]
Sets the filter function.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
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).
See Also