 |
BcfBindingSourceParentBindingSource Property |
Gets the parent BcfBindingSource this BcfBindingSource belongs to.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxpublic BcfBindingSource ParentBindingSource { get; }
Public ReadOnly Property ParentBindingSource As BcfBindingSource
Get
Property Value
Type:
BcfBindingSourceThe parent BcfBindingSource or
null if this is a root bindingsource
See Also