ChildPropertyDescriptorCanResetValue Method

This is used to indicate whether or not the property can be reset

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override bool CanResetValue(
	Object component
)

Parameters

component  Object
The component to test for reset capability

Return Value

Boolean
Returns true if the component can be reset or false if it cannot

See Also