CalculationWorks Logo
BcfTableViewBaseParentRowView Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

returns the parent BcfRowView if this is a childview, else null.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public BcfRowView ParentRowView { get; }

Return Value

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

Reference