 | BcfRowViewGetChildView Method (BcfRelation) |
[This is preliminary documentation and is subject to change.]
Gets the child view specified by relation.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic BcfTableViewBase GetChildView(
BcfRelation childRelation
)
Public Function GetChildView (
childRelation As BcfRelation
) As BcfTableViewBase
Parameters
- childRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The relation.
Return Value
Type:
BcfTableViewBaseThe child view specified by relation.
Exceptions
See Also