 |
| BcfViewManagerCreateCustomView Method (BcfTableViewBase, FuncBcfRowView, Boolean) |
Creates the custom view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic BcfTableViewBase CreateCustomView(
BcfTableViewBase sourceView,
Func<BcfRowView, bool> filterFunction
)
Public Function CreateCustomView (
sourceView As BcfTableViewBase,
filterFunction As Func(Of BcfRowView, Boolean)
) As BcfTableViewBase
public:
BcfTableViewBase^ CreateCustomView(
BcfTableViewBase^ sourceView,
Func<BcfRowView^, bool>^ filterFunction
)
member CreateCustomView :
sourceView : BcfTableViewBase *
filterFunction : Func<BcfRowView, bool> -> BcfTableViewBase
Parameters
- sourceView
- Type: CalculationWorks.ViewModel.FormsBcfTableViewBase
The base table view. - filterFunction
- Type: SystemFuncBcfRowView, Boolean
The filter function.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0
See Also