Click or drag to resize

BcfTableViewBaseParentRowView Property

Returns the parent BcfRowView if this is a childview, otherwise .

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfRowView ParentRowView { get; }

Return Value

Type: BcfRowView
The parent BcfRowView if this is a childview, else .
See Also