Click or drag to resize

BcfBindingSourceNavigateTo Method (BcfRowView)

Navigates to the specified BcfRow.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public virtual bool NavigateTo(
	BcfRowView rowView
)

Parameters

rowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The BcfRow.

Return Value

Type: Boolean
if CurrentRow is set to rowView, otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrowView is .
ArgumentExceptionrowViews.Repository.Table is not the Table this instance represents.
See Also