Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseRelation Property
Gets the associated BcfRelation if this is a childview, else null.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public BcfRelation Relation { get; }

Property Value

Type: BcfRelation
The associated BcfRelation if this is a childview, else null.
See Also