
Hello,
I update from a older version to 2017.2.
I use the propertygrid.
In the old version I define categories via attributes. I localize the strings via own classes inherit from CategoryAttribute.
On the attributes I also give a sort-order of the category.
Example:
[LocalizedCategorySortOrder("MasterCat_1\\SubCat_X", 2)]
In the new version I didn't find a way to access the given sort-priorities.
Is there a possibility?
Thanks in advance.