File |
The DynamicPropertyGroup element is a child element of DynamicProperties and is used to organize a group of properties together.
The DynamicPropertyGroup element has attributes.
<DynamicProperties> </DynamicPropertyGroup> </DynamicProperties>
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 semi-colons. |
<DynamicPropertyGroup name="functionality" label="Functionality" description="Functionality properties group" properties="canAdd;canModify;canDelete;canSearch"/>