Click or drag to resize

BcfTableViewBaseSetSources Method

Sets views as row-view-source. Set to use entire Repository.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void SetSources(
	params BcfTableViewBase[] sources
)

Parameters

sources
Type: CalculationWorks.ViewModel.WindowsBcfTableViewBase
The source view or to use entire Repository.
Exceptions
ExceptionCondition
NotSupportedExceptionNot Supported in ChildView.
ArgumentExceptionsources contains a view with other Repository.
See Also