DynamicPropertyGroup

The DynamicPropertyGroup element is a child element of DynamicProperties and is used to organize a group of properties together.

The DynamicPropertyGroup element has attributes.

Syntax


  <DynamicProperties>
    </DynamicPropertyGroup>
  </DynamicProperties>
    
Table 1. DynamicPropertyGroup element attributes
Attribute Options
name Property identifier, name that appears in the xml.
description Textual description of the property. Displayed in Property view tooltip.
label Text displayed in the Properties view.
properties List of dyanmicProperty names to display in the group, separated by semicolons.

Example

<DynamicPropertyGroup name="functionality" label="Functionality" 
                      description="Functionality properties group" 
                      properties="canAdd;canModify;canDelete;canSearch;canDisplay;canEmpty"/>