 |
BcfBindingSourceChildBindingSources Property |
Gets the child binding sources.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic ReadOnlyCollection<BcfBindingSource> ChildBindingSources { get; }
Public ReadOnly Property ChildBindingSources As ReadOnlyCollection(Of BcfBindingSource)
Get
public:
property ReadOnlyCollection<BcfBindingSource^>^ ChildBindingSources {
ReadOnlyCollection<BcfBindingSource^>^ get ();
}
member ChildBindingSources : ReadOnlyCollection<BcfBindingSource> with get
Property Value
Type:
ReadOnlyCollectionBcfBindingSourceThe child binding sources.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also