 | BcfViewManagerCreateView Method (BcfTable, PredicateBcfRowView) |
Creates and returns a new view for specified table.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic BcfTableViewBase CreateView(
BcfTable table,
Predicate<BcfRowView> filter = null
)
Public Function CreateView (
table As BcfTable,
Optional filter As Predicate(Of BcfRowView) = Nothing
) As BcfTableViewBase
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table. - filter (Optional)
- Type: SystemPredicateBcfRowView
The filter function.
Return Value
Type:
BcfTableViewBaseThe created custom view.
Exceptions
See Also