Click or drag to resize

BcfTableViewBaseSetSingleRowViewSource Method

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

Sets one view as row-view-source.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public void SetSingleRowViewSource(
	BcfTableViewBase source,
	bool emptyIfSourceIsNull
)

Parameters

source
Type: CalculationWorks.ViewModel.WindowsBcfTableViewBase
The source view or null.
emptyIfSourceIsNull
Type: SystemBoolean
If source is null emptyIfSourceIsNull specifies whether the view should be empty (effective RowViewSources is an empty array) or should contain all row-views from Repository (RowViewSources is null).
Version Information

BCF

Supported in: 4.0
See Also