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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public void SetSingleRowViewSource(
	BcfTableViewBase source,
	bool emptyIfSourceIsNull
)

Parameters

source
Type: CalculationWorks.ViewModel.FormsBcfTableViewBase
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

Forms

Supported in: 4.0
See Also