 | BcfViewManagerDefaultViewCollectionItem Property (BcfTable) |
[This is preliminary documentation and is subject to change.]
Gets the item with the specified table.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
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
See Also