Click or drag to resize

BcfTableViewBaseAddVirtualRowView Method

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

Adds a virtual BcfRowView.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfRowView AddVirtualRowView(
	Dictionary<string, Object> properties
)

Parameters

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

Return Value

Type: BcfRowView
The new BcfRowView.
Exceptions
ExceptionCondition
ObjectDisposedExceptionInstance is disposed
InvalidOperationExceptionToo many virtual row views created. Limit is Int32.MaxValue = 2.147.483.647 per ViewManager lifetime.
Remarks

A virtual BcfRowView has no row. It uses a dictionary as value repository.

See Also