 |
| BcfBindingSourceRelation Property |
Gets the relation.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfRelation Relation { get; }Public ReadOnly Property Relation As BcfRelation
Get
public:
property BcfRelation^ Relation {
BcfRelation^ get ();
}member Relation : BcfRelation with get
Property Value
Type:
BcfRelationThe relation to parent BcfBindingSource if this is an branch binding source; else
null.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also