 | BcfViewManagerDefaultViewCollectionIsViewCreated Method |
Gets a value indicating the default view for specified table is created.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic bool IsViewCreated(
BcfTable table
)
Public Function IsViewCreated (
table As BcfTable
) As Boolean
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table.
Return Value
Type:
Boolean if the default view for specified
table is created; otherwise
.
Exceptions
See Also