 | BcfTableViewBaseParentRowView Property |
Returns the parent
BcfRowView if this is a childview, otherwise
.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic BcfRowView ParentRowView { get; }Public ReadOnly Property ParentRowView As BcfRowView
Get
Return Value
Type:
BcfRowView
The parent
BcfRowView if this is a childview, else
.
See Also