Click or drag to resize

BcfBindingSourceCollectionItem Property (String)

Gets the item with the specified key.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
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 .
KeyNotFoundExceptionkey not in collection
See Also