Click or drag to resize

BcfTableViewBaseTRowViewTryGetRowView Method (BcfRow)

[This is preliminary documentation and is subject to change.]

Gets the BcfRowView or null if no BcfRowView is associated with the specified BcfRow.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public TRowView TryGetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: TRowView
BcfRowView or null if no BcfRowView is associated with the specified BcfRow or given BcfRow is null.
Version Information

Forms

Supported in: 4.0
See Also