In Microsoft Expression Blend, you can view and edit template parts by creating a new template (for example, click the C1PropertyGrid control to select it and choose Object | Edit Template | Edit a Copy). Once you've created a new template, the parts of the template will appear in the Parts window:
Note that you may have to select the ControlTemplate for its parts to be visible in the Parts window. In the Parts window, you can double-click any element to create that part in the template.
Template parts available in the C1PropertyGrid control include:
Name | Type | Description |
Description | Represents a control with a single piece of content. Here, it represents the description area at the bottom of the control. | |
DescriptionArea | Draws a border, background, or both around another element. Here the border surrounds the description area at the bottom of the control. | |
Methods | Represents a control that can be used to present a collection of items. Here it represents the collection of methods. | |
Properties | Represents a control that can be used to present a collection of items. Here it represents the collection of properties. |