Extended Library for WPF and Silverlight | ComponentOne
PropertyGrid / C1PropertyGrid Layout and Appearance / Property Grid Template Parts
In This Topic
    Property Grid Template Parts
    In This Topic

    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

    ContentControl

    Represents a control with a single piece of content. Here, it represents the description area at the bottom of the control.

    DescriptionArea

    Border

    Draws a border, background, or both around another element. Here the border surrounds the description area at the bottom of the control.

    Methods

    ItemsControl

    Represents a control that can be used to present a collection of items. Here it represents the collection of methods.

    Properties

    ItemsControl

    Represents a control that can be used to present a collection of items. Here it represents the collection of properties.