 |
| BcfBindingSourceBuilderParentBindingSource Property |
Gets the parent binding source.
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 binding source.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also