Hi,
I would like to find any location by key.
Is it possible?
Thank you,
Kind Regards.
Different Locations collections can contain items with the same key, i.e., keys are only unique within a given Locations collection.
If you know that your keys are all unique, you can search recursively starting at the control's RootLocation.Locations collection, drilling down into each Location's Locations collection, similarly to how you would traverse a tree's node structure.