Click or drag to resize

BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method

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

Gets the BcfRowView or null if no BcfRowView is associated with the specified rowViewId.

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

Parameters

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

Return Value

Type: TRowView
BcfRowView or null if no BcfRowView is associated with the specified rowViewId.
Version Information

BCF

Supported in: 4.0
See Also