Changes
** This can be optional, if you don't need any bindings in your custom view;
** The value of this parameter needs to be specified through a binding in most cases. This requires some additional setup when used in combination with KeyValueList, see examples below.
{{Attention | Please note that while it is possible to invoke custom views as shown in the example below, nested custom views are not supported. This means only one custom view can be displayed at a time—they cannot be embedded within one another. Since MAUI 5.0}}
== Example ==
* A "FINISHED" property exists on the object;
* The command is executed from a content page where the property list is available.
=== Defining the command ===
