Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: Is there a way to sort property categories

$
0
0
Hi,

Yes you can.
Try adding the CategoryOrder attribute on your object. Something like :
[CategoryOrder("Information", 0)]
[CategoryOrder( "Conections", 1 )]
[CategoryOrder( "Other", 2 )]
public class Person : INotifyPropertyChanged
{
}
You will be able to set your categories in the order you want with the integer value of the Category order attribute.

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>