I have an object that I created in C #, let's call it "listBoxCustom".
I want to save listBoxCustom in my listbox object, and I have several listBoxCustom objects.
I want to display the specific name that I set for each object in the list, but as of right now it displays "myProject.listBoxCustom" in the list nodes, since there are as many elements as I added.
What do I need to do so that it displays the correct name that I want? I assume that I need to create a specific property of my object, and the default list will try to access this, I'm just not sure what it is.
Please let me know if you need more information in advance.
source share