Jump to: navigation, search

Changes


SortByPropertyCommand

70 bytes removed, 14:32, 18 May 2017
}}
The SortByProperty Command is used to sort the child object list . The name of the property by which the list should be sorted is specified in the command parameter.
== Command Parameter ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=30% | Data type !! Comment
|-
| ''Property Name'' || | The name of the property by which the list should be sorted.
|}
Example:
<source lang = "xml">
<Button FontFamily="Segoe MDL2 Assets"
Content="{Binding Children.Sorting[SomePropertyName], Converter={StaticResource SDToSymbolConverter}}" Command="{Binding Children.SortByPropertyCommand}" CommandParameter="SomePropertyName" />
</source>
{{Category/Version|2.6.1}}
[[Category:2.6.1|SortByPropertyCommand]]
[[Category:WinX|SortByPropertyCommand]]