If you're looking for what controls have this particular property - You can get a clue from the "Help for XXXX" item.
If you place a property node for an array for example, by default it is set to the VISIBLE property.
If you ask for HELP for VISIBLE - you get a page about VISIBLE, with the line "Inherits from Generic >> GObject >> Control Properties. Click on Control Properties to get a list of controls that share this property. (a lot)
If you change the property to INDEX VALUES, and ask for help on INDEX VALUES, you get the line "Inherits from Generic >> GObject >> Control >> Array Properties". Click on Array Properties and you see no subclasses, indicating that this is the only control that has this property.
If you're asking about what proper
ties this object has, the best answer is to look at the property node itself - it lists them for you.