[]
Attaches the group to the editor.
void Attach(FrameworkElement editor, PropertyGroup group, Action<FrameworkElement, object> valueChanged)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | editor | The editor being attached to. |
| PropertyGroup | group | The group shown in the editor. |
| Action<FrameworkElement, object> | valueChanged | This callback is used to notify for changes in the editor. |