Click or drag to resize

BcfRowViewGetChildView Method (String)

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

Gets the child view specified by relation name.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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
ArgumentNullExceptionchildRelationName is null.
ArgumentExceptionSpecified childRelationName is not a reflected child-relation in this view.
Version Information

Forms

Supported in: 4.0
See Also