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
)
Public Overrides Sub ResetValue (
component As Object
)
Parameters
- component
- Type: SystemObject
The component with the property value that is to be reset to the default value.
See Also