Click or drag to resize
CalculationWorks Logo
BcfRowViewIsFakeRowView Method
Determines whether this row view is a fake row.

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

Return Value

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

When initializing Windows Forms BindingMachinery creates rows to browse meta data. To work around this really bad 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