Click or drag to resize

BcfHierarchicalViewManagerNavigateTo Method (BcfRow)

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

Sets the specified BcfRow as CurrentRow on its BcfBindingSource.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public virtual bool NavigateTo(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The BcfRow.

Return Value

Type: Boolean
true if at least one BcfBindingSource was adjusted, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is null.
See Also