Click or drag to resize

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-beta7
Syntax
public void SetFilter(
	Predicate<TRowView> predicate
)

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