 | BcfParentRowViewPropertyDescriptorResetValue Method |
[This is preliminary documentation and is subject to change.]
When overridden in a derived class, resets the value for this property of the component to the default value.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic 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.
Version InformationForms
Supported in: 4.0
See Also