Click or drag to resize

BcfHierarchicalViewManagerNavigateTo Method (BcfRow)

Sets the specified BcfRow as CurrentRow on its BcfBindingSource.

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

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The BcfRow.

Return Value

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