Jump to: navigation, search

Changes


EvalExpression

384 bytes removed, 10:49, 25 January 2021
</tabs>
[[Category:Client|EvalExpression]][[Category:Pages with broken file links|EvalExpression]][[Category:WinX|EvalExpression]][[Category:Xamarin|EvalExpression]]
==== Simple Calculation ====
<source lang = "xml">
<Grid xmlns:ctrls="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL">
<ctrls:EvalExpression x:Name="EvaluatorEvaluator2" Expression="&quot;MP_EXAMPLE|&quot; + (P0 + 2)"> <ctrls:EvalExpressionParameter Name="P0" Value="{Binding Values[MP_EXAMPLE], Converter={StaticResource ToType}, ConverterParameter='System.Int32'}" /> </ctrls:EvalExpression> <Button Text="Tap to add 2 more" Command="{Binding SetPropertyValueAndValidateCommand}" CommandParameter="{Binding ElementNamePath=EvaluatorResult, PathSource=Result{x:Reference Evaluator2}}"/>
</Grid>
</source>
</tabs>
[[Category:Client|EvalExpression]][[Category:Pages with broken file links|EvalExpression]][[Category:WinX|EvalExpression]][[Category:Xamarin|EvalExpression]]
== Parameters ==