Click or drag to resize

BcfRowViewRowViewId Property

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

Gets the BcfRowView identifier.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public int RowViewId { get; }

Property Value

Type: Int32
The BcfRowView identifier
Remarks
The BcfRowView-identifier is unique in the BcfViewManagers default view for the BcfTable. A non-virtual-BcfRowView has the same BcfRowView-identifier as its BcfRow.RowId. Virtual BcfRowViews have identifiers between 0 and MaxValue.
See Also