Using CalcEngine for Design-Time Data
Posted by: ComponentArt WebLogs,
on 24 Nov 2010 |
View original | Bookmarked: 0 time(s)
There are times during development when it is not possible for controls to access live data from within the Visual Studio Design-Time environment. When this occurs it can be advantageous to have sample data available during Design-Time which reflects the live data to a workable degree. To simplify this task the CalcEngine contains a number of options for providing relevant sample data at Design-Time to other controls while maintaining the proper runtime data bindings.
Adding a CalcEngine
The first...