For attributes such as `CategoryOrderAttribute`, you must override the `TypeId` property or else the TypeDescriptor will not properly find them. Add this line to the class... public override object TypeId => Category;
For attributes such as
CategoryOrderAttribute, you must override theTypeIdproperty or else the TypeDescriptor will not properly find them.Add this line to the class...