CalculationWorks Logo
BcfColumnPropertyDescriptorCanResetValue Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

When overridden in a derived class, returns whether resetting an object changes its value.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public override bool CanResetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component to test for reset capability.

Return Value

Type: Boolean
true if resetting the component changes its value; otherwise, false.
Exceptions

ExceptionCondition
ArgumentNullExceptioncomponent
See Also

Reference