Click or drag to resize

BcfRowViewGetChildView Method (String)

Gets the child view specified by relation name.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfTableViewBase GetChildView(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfTableViewBase
The child view specified by relation name.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified childRelationName is not a reflected child-relation in this view.
See Also