 | BcfTableViewBaseParentRowView Property |
[This is preliminary documentation and is subject to change.]
Returns the parent
BcfRowView if this is a childview, otherwise
null.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRowView ParentRowView { get; }Public ReadOnly Property ParentRowView As BcfRowView
Get
Return Value
Type:
BcfRowView
The parent
BcfRowView if this is a childview, else
null.
See Also