Click or drag to resize

BcfTableViewBaseTryGetRowView Method (BcfRow, BcfRowView)

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

Gets the BcfRowView associated with the specified row.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public bool TryGetRowView(
	BcfRow row,
	out BcfRowView rowView
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The Row of BcfRowView to get.
rowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
When this method returns, contains the BcfRowView associated with the specified row, if the row is found; otherwise null.

Return Value

Type: Boolean
true if the collection contains an element with the specified row; otherwise, false.
See Also