Click or drag to resize

StiDataBindingPropertyDescriptorResetValue Method

Resets the value for this property of the component to the default value.

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void ResetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property value that is to be reset to the default value.
See Also