Click or drag to resize

BcfViewManagerDefaultViewCollectionItem Property (BcfTable)

[This is preliminary documentation and is subject to change.]

Gets the item with the specified table.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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 null.
ArgumentExceptionA view with specified table cannot be found.
Version Information

Forms

Supported in: 4.0
See Also