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
)
Public Overrides Function CanResetValue (
component As Object
) As Boolean
Parameters
- component
- Type: SystemObject
The component to test for reset capability.
Return Value
Type:
Booleantrue if resetting the component changes its value; otherwise, false.
See Also