 |
BcfBindingSourceChildBindingSources Property |
Gets the child binding sources.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxpublic ReadOnlyCollection<BcfBindingSource> ChildBindingSources { get; }
Public ReadOnly Property ChildBindingSources As ReadOnlyCollection(Of BcfBindingSource)
Get
Property Value
Type:
ReadOnlyCollectionBcfBindingSourceThe child binding sources.
See Also