Last active
August 2, 2016 19:30
-
-
Save Yecats/c3f4c2448ce0ac9804353c350f1465e3 to your computer and use it in GitHub Desktop.
WPF Group Sorting Sample 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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