Click or drag to resize

BcfHierarchicalViewManagerNavigateTo Method (BcfRowView)

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

Sets the specified BcfRowView as CurrentRowView on its BcfBindingSource.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public virtual bool NavigateTo(
	BcfRowView rowView
)

Parameters

rowView
Type: CalculationWorks.ViewModel.FormsBcfRowView
The BcfRowView.

Return Value

Type: Boolean
true if at least one BcfBindingSource was adjusted, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrowView is null.
Version Information

Forms

Supported in: 4.0
See Also