Click or drag to resize

BcfRowViewIsFakeRowView Method

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

Determines whether this row view is a 'fake row view'.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public bool IsFakeRowView()

Return Value

Type: Boolean
true if this is a 'fake row view'; otherwise, false.
Remarks

When initializing Windows Forms binding-machinery creates rows to browse meta data. To work around this behavior these rows are marked as fake rows.

Fake rows are always virtual rows. So whether the dataset is changed nor undo items are created.

See Also