The BindingMode
collection contains a single row that describes the “binding mode” for the application. This row, named AppBindingMode
has a single property called Mode
that can be set to one of two values: “safe” and “normal”.
Example:
<BindingMode> <AppBindingMode Mode="[safe|normal]"/> </BindingMode>
If a value for the Mode
property is not “safe” or “normal”, the binding mode is assumed to be “normal”.