Click or drag to resize

BcfViewManagerDefaultViewCollectionItem Property (BcfTable)

Gets the item with the specified table.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public BcfTableViewBase this[
	BcfTable table
] { get; }

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: BcfTableViewBase
The item with the specified table.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is .
ArgumentExceptionA view with specified table cannot be found.
See Also