 | BcfBindingSourceChildBindingSources Property |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic ReadOnlyCollection<BcfBindingSource> ChildBindingSources { get; }Public ReadOnly Property ChildBindingSources As ReadOnlyCollection(Of BcfBindingSource)
Get
Property Value
Type:
ReadOnlyCollectionBcfBindingSourceThe child binding sources.
See Also