Last active
August 2, 2016 19:30
-
-
Save Yecats/2afedaa50cbbe6e960c16dc1c8b97f7b to your computer and use it in GitHub Desktop.
WPF Group Sorting Sample 1
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” | |
| 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