 |
BcfBindingSourceRelation Property |
Gets the relation.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxpublic BcfRelation Relation { get; }
Public ReadOnly Property Relation As BcfRelation
Get
Property Value
Type:
BcfRelationThe relation to parent BcfBindingSource if this is an branch binding source; else
null.
See Also