Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseGetRowView Method
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 2.1.0.0
Syntax
public BcfRowView GetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: BcfRowView
BcfRowView or null if no BcfRowView is associated with the given BcfRow or given BcfRow is null.
Remarks
This method does not check if this BcfTableViewBase object contains the returned BcfRowView. To retrieve contained BcfRowView only use GetContainedRowView(BcfRow)
See Also