Click or drag to resize

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
Syntax
public BcfBindingSource this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key.

Return Value

Type: BcfBindingSource
The item with the specified key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
KeyNotFoundExceptionkey not in collection
Version Information

Forms

Supported in: 4.0
See Also