 |
| BcfBindingSourceParentBindingSource Property |
Gets the parent BcfBindingSource this BcfBindingSource belongs to.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfBindingSource ParentBindingSource { get; }Public ReadOnly Property ParentBindingSource As BcfBindingSource
Get
public:
property BcfBindingSource^ ParentBindingSource {
BcfBindingSource^ get ();
}member ParentBindingSource : BcfBindingSource with get
Property Value
Type:
BcfBindingSourceThe parent BcfBindingSource or
null if this is a root bindingsource
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also