Click or drag to resize
CalculationWorks Logo
BcfViewManagerCreateCustomView Method (BcfTableViewBase, FuncBcfRowView, Boolean)
Creates the custom view.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public BcfTableViewBase CreateCustomView(
	BcfTableViewBase sourceView,
	Func<BcfRowView, bool> filterFunction
)

Parameters

sourceView
Type: CalculationWorks.ViewModel.FormsBcfTableViewBase
The base table view.
filterFunction
Type: SystemFuncBcfRowView, Boolean
The filter function.

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Exceptions
ExceptionCondition
ArgumentNullExceptionbaseTableView is null
ArgumentExceptionsourceView is from different BcfViewManager instance
ObjectDisposedExceptioninstance is disposed
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also