Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseSetRowViewSources Method
Sets the row view sources.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public void SetRowViewSources(
	IEnumerable<BcfTableViewBase> sources
)

Parameters

sources
Type: System.Collections.GenericIEnumerableBcfTableViewBase
The sources.
Exceptions
ExceptionCondition
ArgumentNullExceptionsources is null
NotSupportedExceptionthe view is not a custom view
ArgumentExceptionInstance is disposed disposed item in sources or source with wrong default view sources
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also