Click or drag to resize
CalculationWorks Logo
BcfBindingSourceNavigateTo Method
Navigates to the specified row.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public virtual bool NavigateTo(
	BcfRow destinationRow
)

Parameters

destinationRow
Type: CalculationWorks.BusinessModelBcfRow
The destination row.

Return Value

Type: Boolean
true if CurrentRow is set to destinationRow, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptiondestinationRow
ArgumentExceptiondestinationRow is not valid
ArgumentExceptiondestinationRow does not belongs to this table
See Also