Click or drag to resize

BcfBindingSourceNavigateTo Method (BcfRowView)

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

Navigates to the specified BcfRow.

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

Parameters

rowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The BcfRow.

Return Value

Type: Boolean
true if CurrentRow is set to rowView, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrowView is null.
ArgumentExceptionrowViews.Repository.Table is not the Table this instance represents.
Version Information

Forms

Supported in: 4.0
See Also