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: 2.1.0.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
See Also