Previous versions of Iron Speed Designer generated control names with “V_” and “P_” prefixes. Iron Speed Designer V3.0 generates property names with the same control names as are in the underlying HTML layout page. If you have a control named “PriceLabel”, the generated property will also be “PriceLabel” instead of “V_PriceLabel”, as was the case in earlier versions.
During migration, no changes will be made to the control names in your “safe” class files. By policy, Iron Speed Designer does not modify your safe class files.
You must manually change existing code customizations to use the new control names.