Skip to content

Instantly share code, notes, and snippets.

@Yecats
Last active August 2, 2016 19:30
Show Gist options
  • Select an option

  • Save Yecats/2afedaa50cbbe6e960c16dc1c8b97f7b to your computer and use it in GitHub Desktop.

Select an option

Save Yecats/2afedaa50cbbe6e960c16dc1c8b97f7b to your computer and use it in GitHub Desktop.
WPF Group Sorting Sample 1
<GroupDescriptions>
<PropertyGroupDescription
PropertyName=”Age”
CustomSort=
”{x:Static PropertyGroupDescription.CompareNamesAscending}”/>
</PropertyGroupDescription>
</GroupDescriptions>
<SortDescriptions>
<SortDescription PropertyName=”LastName”/>
</SortDescriptions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment