 | BcfRowViewGetChildView Method (BcfRelation) |
[This is preliminary documentation and is subject to change.]
Gets the child view specified by relation.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.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