Click or drag to resize

BcfViewManagerDefaultViewCollectionTryGetDefaultView Method (BcfTable)

Finds and returns the item specified by table.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfTableViewBase TryGetDefaultView(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table

Return Value

Type: BcfTableViewBase
The item specified by table if found; otherwise .
See Also