Glossary Item Box
The xamDataCarousel™, xamDataGrid™, and xamDataPresenter™ controls can be styled with built-in themes stored in the assembly. Setting the control's Theme property to the name of the desired theme is all that is necessary to use built-in themes. The available built-in themes include:
The following procedure assumes you already have a control setup for which you want to set the Theme property. The procedure has been written in the context of xamDataGrid, but works the same way for xamDataCarousel and xamDataPresenter.
To set the Theme property on the xamDataGrid control:
In XAML:
<igDP:XamDataGrid
...
Theme="Office2k7Black"/>
