 | BcfViewManagerCreateViewT Method (BcfTableViewBaseT, PredicateBcfRowView) |
Creates and returns a new view using rowViews of specified rowViewSource.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic BcfTableViewBase<T> CreateView<T>(
BcfTableViewBase<T> rowViewSource,
Predicate<BcfRowView> filter = null
)
where T : BcfRowView
Public Function CreateView(Of T As BcfRowView) (
rowViewSource As BcfTableViewBase(Of T),
Optional filter As Predicate(Of BcfRowView) = Nothing
) As BcfTableViewBase(Of T)
Parameters
- rowViewSource
- Type: CalculationWorks.ViewModel.WindowsBcfTableViewBaseT
The source view. - filter (Optional)
- Type: SystemPredicateBcfRowView
The filter function.
Type Parameters
- T
- The rowview-type.
Return Value
Type:
BcfTableViewBaseTThe created custom view.
Exceptions
See Also