Click or drag to resize

BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method

Gets the BcfRowView is associated with the specified rowViewId; or if not present.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public TRowView TryGetRowViewFromRepository(
	Nullable<int> rowViewId
)

Parameters

rowViewId
Type: SystemNullableInt32
The row(-view) identifier.

Return Value

Type: TRowView
The BcfRowView is associated with the specified rowViewId; or if not present.
See Also