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/c3f4c2448ce0ac9804353c350f1465e3 to your computer and use it in GitHub Desktop.

Select an option

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