Jump to: navigation, search

Changes


XAML Tips

189 bytes added, 12:42, 29 July 2020
/* Invoke on selected items */
==== Invoke on selected items ====
{{Attention|To use a binding in the KeyValueParameter, it has to be applied like in the example provided here: [[KeyValueList]]}}
This example demonstrates how you can use the mass editing feature to select certain objects from the child list and then execute the SetPropertyValueCommand for those selected.
* The example code assumes that the child objects have an editable property called "VALUE" and tries to set 50 as their value;
</AppBarButton>
</source>
 
[[Category:Client|XAML Tips]]
[[Category:WinX|XAML Tips]]
==== Invoke on filtered results ====
53
edits