[]
Defines how the data template engine handles situations when a data field is used as an argument to a function, but the field's type is incompatible with the function's parameter type.
public enum DataTemplateExpressionIncompatibleTypesHandling
Public Enum DataTemplateExpressionIncompatibleTypesHandling
| Name | Description |
|---|---|
| Relaxed | No type restrictions. |
| Strict | A type mismatch will cause an exception. |