CalculationWorks Logo
BcfRowViewIsFakeRowView Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Determines whether this row view is a fake row.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.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

Reference