How to display the values of an enumeration property in sorted order?
Summary: We have a requirement to display the values of an enum property in sorted order. Values are 30,60,90,120,150,200,230. By default, it gets displayed in the order 120,150,180,200,230,30,60,90. We want it to be in the ascending order sorted form. Value and index are same.
Thanks,
Lekshmi Mohan
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0