Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowViewAddVirtualRowView Method
Adds a virtual TRowView.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
public TRowView AddVirtualRowView(
	Dictionary<string, Object> properties
)

Parameters

properties
Type: System.Collections.GenericDictionaryString, Object
The properties.

Return Value

Type: TRowView
The new TRowView.
Exceptions
ExceptionCondition
ObjectDisposedExceptionInstance is disposed
Remarks
In properties use column names as keys. To set dictionary values (get, set) use prefix ''#'' on property keys.
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.2
See Also