[]
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
Relaxed = 1
No type restrictions.
Strict = 0
A type mismatch will cause an exception.