DataViewPropertyDescriptor.ResetValue(Object) Method

Definition

Resets the property value of the specified component to the default value.

public:
 override void ResetValue(System::Object ^ component);
public override void ResetValue (object component);
override this.ResetValue : obj -> unit
Public Overrides Sub ResetValue (component As Object)

Parameters

component
Object

The component with the property value that is to be reset to the default value.

Applies to