CalculationWorks Logo
BcfHierarchicalViewManagerNavigateTo Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Sets the given row as current row.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.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

Reference