Click or drag to resize
CalculationWorks Logo
BcfHierarchicalViewManagerNavigateTo Method
Sets the given row as current 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 at least one BcfBindingSource was adjusted, false otherwise.
See Also