ComponentOne Cube for WPF's cube control is an ItemsControl and a container for other elements. As such, C1Cube includes templates to customize items placed within the cube. These templates include an ItemTemplate template. You use the ItemTemplate to specify the visualization of the data objects.
Accessing Templates
You can access these templates in Microsoft Expression Blend by selecting the C1Cube control and, in the menu, selecting Edit Additional Templates. Choose Edit Generated Items (ItemTemplate) or Edit Layout of Items (ItemsPanel) and select Create Empty to create a new blank template or Edit a Copy.
A dialog box will appear allowing you to name the template and determine where to define the template.