ArcDataBinding.FieldPropertyDescriptor.ResetValue C# (CSharp) Method

ResetValue() public method

Resets the value for this property of the component to the default value.
public ResetValue ( object component ) : void
component object The component (an IRow) with the property value /// that is to be reset to the default value.
return void
    public override void ResetValue(object component)
    {

    }