Click or drag to resize

StiDataBindingPropertyDescriptorCanResetValue Method

Returns whether resetting an object changes its value.

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.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.
See Also