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

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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