Click or drag to resize

BcfViewManagerCreateViewT Method (BcfTableViewBaseT, PredicateBcfRowView)

[This is preliminary documentation and is subject to change.]

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.0.0-beta6
Syntax
public BcfTableViewBase<T> CreateView<T>(
	BcfTableViewBase<T> rowViewSource,
	Predicate<BcfRowView> filter = null
)
where T : BcfRowView

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: BcfTableViewBaseT
The created custom view.
Exceptions
ExceptionCondition
ArgumentNullExceptionrowViewSource is null.
ArgumentException

rowViewSource is from different viewmanager instance.

ObjectDisposedExceptioninstance is disposed
Version Information

BCF

Supported in: 4.0
See Also