DataViewPropertyDescriptor.CanResetValue(Object) Method

Definition

Indicates whether the value of the property can be reset for the specified component.

public:
 override bool CanResetValue(System::Object ^ component);
public override bool CanResetValue (object component);
override this.CanResetValue : obj -> bool
Public Overrides Function CanResetValue (component As Object) As Boolean

Parameters

component
Object

The component for which to check whether the value can be reset.

Returns

true if the value can be reset; otherwise false.

Applies to