Click or drag to resize

BcfRowViewSetValue Method (String, Object)

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public virtual void SetValue(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: SystemString
Name of the property.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null.
ArgumentExceptionProperty propertyName not found. propertyName is not the name of a reflected column and not a name of a custom property.
Remarks
When shadowing a column property use SetValue(BcfColumn, Object) to set the column value.
See Also