I've done this several times before, and it continues to work in my solutions that were created previously. Why can't Visual Studio seem to recognize the "Template" property in the setter of the style for CellValuePresenter in any new projects i create now? All seem to be the latest version of 14.2 etc. It even works within one project of a solution, but not the new project i just added to the very same solution! Included example that doesn't recognize it. Error states: "The member "Template"is not recognized or is not accessible". VS2012 throws the error, but runs fine. However, because TFS has gated checkins that require a build to complete successfully first, nobody can check in this code now. Quit VS and retried several times, and on a coworkers machine as well with no luck getting rid of this error.
CellValuePresenter derives from ValuePresenter which is defined in the InfragisticsWPF4.Editors.v14.2 assembly. That assembly isn't referenced by your project. When you add that reference then the designer error goes away.
That eliminated the design time error, but TFS refuses to build upon gated checkin because it cannot find Infragistics references. What do i have to do to let TFS find them and build my solution? It, of course, builds fine locally since i have IG WPF and Reporting installed, but how do i make TFS copy the needed DLLs over when it tries to do its build?