|
BcfRowViewIsFakeRowView Method |
Determines whether this row view is a fake row.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax public bool IsFakeRowView()
Public Function IsFakeRowView As Boolean
public:
bool IsFakeRowView()
member IsFakeRowView : unit -> bool
Return Value
Type:
Booleantrue if this is a fake row; otherwise,
false.
Remarks
When initializing Windows Forms BindingMachinery 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.
Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also