| Name | Description |
|---|---|
| AllDescendants | Gets all properties of this group and all sub-groups. |
| Attributes | Gets attributes associated to the property. |
| Caption | Gets or sets the caption of the property. |
| Control | Gets the control type of the property. |
| Controller | Gets the controller instance associated with the property. |
| DefaultValue | Gets the default value of the property. |
| Display | Gets the display type of the property. |
| Displayed | Gets a value indicating whether the property is displayed. |
| HasUnit | Gets a value indicating whether the property has a defined unit. |
| Id | Gets the identifier of the property. |
| InternalValue | Gets or sets the internal value of the property. |
| IsGroup | Gets a value indicating whether the property is a group. |
| IsNativeTable | Gets a value indicating whether the property is a table. |
| IsTable | Gets a value indicating whether the property is a table. |
| IsValid | Gets a value indicating whether the property is valid. |
| Name | Gets the name of the property. |
| Options | Gets or sets the property's string options for a 'select' control. |
| ParentCaption | Gets the parent caption of the property. |
| ParentPropertyGroup | Gets the parent property group. |
| Properties | Gets the collection of children properties. |
| QuantityName | Gets the quantity name of the property. |
| ReadOnly | Gets or sets a value indicating whether the property is read only. |
| StateMessage | Gets or sets the error message when the property is invalid. |
| StateMessageType | Gets or sets the message type for the property. |
| UniqueName | Gets the unique name of the property. |
| UnitString | Gets the unit string of the property. |
| Value | Gets or sets the value of the property. |
| ValueString | Gets or sets the value string of the property. |
| Visible | Gets or sets a value indicating whether the property is visible. |