 | BcfBindingSourceCollectionItem Property (String) |
[This is preliminary documentation and is subject to change.]
Gets the item with the specified key.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic BcfBindingSource this[
string key
] { get; }Public ReadOnly Default Property Item (
key As String
) As BcfBindingSource
Get
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
BcfBindingSourceThe item with the specified key.
Exceptions
Version InformationForms
Supported in: 4.0
See Also