 | 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
Syntaxpublic BcfTableViewBase this[
BcfTable table
] { get; }Public ReadOnly Default Property Item (
table As BcfTable
) As BcfTableViewBase
Get
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table.
Return Value
Type:
BcfTableViewBaseThe item with the specified
table.
Exceptions
Version InformationForms
Supported in: 4.0
See Also