Click or drag to resize

BcfRowViewIsVirtual Method

Determines whether the instance is a virtual rowview. A virtual rowview can be created by AddVirtualRowView(DictionaryString, Object) and its Row property is always .

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public bool IsVirtual()

Return Value

Type: Boolean
if this instance is virtual; otherwise, .
See Also