Click or drag to resize
CalculationWorks Logo
BcfChildViewPropertyDescriptorGetValue Method
When overridden in a derived class, gets the current value of the property on a component.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public override Object GetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property for which to retrieve the value.

Return Value

Type: Object
The value of a property for a given component.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomponent
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also