ArcDataBinding.FieldPropertyDescriptor.CanResetValue C# (CSharp) Method

CanResetValue() public method

Returns whether resetting an object changes its value.
public CanResetValue ( object component ) : bool
component object The component to test for reset capability. /// This will be an IRow
return bool
    public override bool CanResetValue(object component)
    {
      return false;
    }