== EditPropertyValueCommand ==
This command is used to open a dialog for editing a property.
It is located on the ContentViewModel, and as such can be used from the UI of an object to edit its MetaProperties.
{{Attention|Note that a Save and Commit on the ContentViewModel is automatically triggered once the edit is confirmed.}}
If your usecase requires that the property change is not automatically saved, consider using the (PropertyViewModel).ShowEditorCommand / .PropertyClickedCommand to trigger the edit dialogue of a specific MetaProperty.
== Command Properties ==