BcfViewManagerCreateViewT Method (BcfTableViewBaseT, PredicateBcfRowView) |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
public BcfTableViewBase<T> CreateView<T>( BcfTableViewBase<T> rowViewSource, Predicate<BcfRowView> filter = null ) where T : BcfRowView
| Exception | Condition |
|---|---|
| ArgumentNullException | rowViewSource is null. |
| ArgumentException | rowViewSource is from different viewmanager instance. |
| ObjectDisposedException | instance is disposed |