Click or drag to resize

BcfHierarchicalViewManagerNavigateTo Method (BcfRowView)

Sets the specified BcfRowView as CurrentRowView 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(
	BcfRowView rowView
)

Parameters

rowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The BcfRowView.

Return Value

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