[Display(Name = "whatevernameZ", Order = 1, GroupName = "C")]
[Display(Name = "whatevernameY", Order = 2, GroupName = "A")]
[Display(Name = "whatevernameX", Order = 3, GroupName = "B")]
In the Inidcator Properties UI panel they get sorted accoording to the Group Name, First A, then B, then C.
In other words the GroupName alphabetical order determines the actual order on the UI and the Order number gets' ignored
Ho do I force the order of the GroupName to be first Group C, then A, then B ?
Thank you.
G

Comment