PropertyGroup Class Members
In This Topic
The following tables list the members exposed by PropertyGroup.
Public Properties
Public Methods
| Name | Description |
 | GetErrors | Gets the errors in the group. |
 | GetValue<T> | Gets the value of the group or default if they are different. |
 | IsAssignableFrom | Gets whether the group can be assigned from the specified . |
 | ResetValue | Resets the value in all the properties of the group. |
 | SetValue | Sets the value in all the properties of the group. |
Top
Public Events
| Name | Description |
 | ValueChanged | Called when the value of the group changed for any of the properties. |
Top
See Also