Click or drag to resize
CalculationWorks Logo
BcfRowViewGetTableView Method
Gets the DefaultViews item this BcfRowView belongs to.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 2.1.0.0
Syntax
public BcfTableViewBase GetTableView()

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Remarks
ViewType of the returned object is always DefaultView.
See Also