Data for Silverlight
Add the References
The Sample Application > Add the References

Our project uses two additional assemblies:

We use the Microsoft grid instead of ComponentOne's to show that the C1Data classes are not tied in any way to other ComponentOne controls; you can use them against any Silverlight control.

To add the assemblies, complete the following steps:

  1. Right-click the MasterDetail project in the Solution Explorer and select Add Reference.
  2. In the Add Reference dialog box locate and select the following assemblies and click OK to add references to your project:
    • C1.Silverlight.Data.dll
    • System.Windows.Controls.Data.dll

After adding references, the solution appears like this:

See Also