Click or drag to resize

BcfTableViewBaseTRowViewSetFilter Method (PredicateTRowView)

Sets the filter function.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void SetFilter(
	Predicate<TRowView> predicate
)

Parameters

predicate
Type: SystemPredicateTRowView
The filter function; 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