In order for the properties to be able to use the "outside" values, the bindings are used. A binding is the name of a property, enclosed in double brackets, braces, or parentheses.
Binding | Type | Description |
---|---|---|
[[param]] | Command parameters |
The value from the command parameters. Note that this is not the parameters
property, but the parameters with which the command is called from the client.
|
{{path}} | Model properties |
The value from the model. The Path is the path from the data model. If the
entire binding represents an expression, a conflict is possible with the XAML parser.
It considers the text starting with "{" as a markup extension. In this case, start the
expression with a backquote character ("`") or use <![CDATA[...]]]]> .
|
((value)) | Environment |
The value of the external environment. Possible values:
|