Click or drag to resize

BcfRowViewGetValue Method (String)

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public virtual Object GetValue(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property.

Return Value

Type: Object
System.Object.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is .
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 GetValue(BcfColumn) to get the column value.
See Also