The Object Explorer is designed to display and edit all properties of a single {{UBIK}} object. Technically, it reads the entire .NET object definition of the context object using reflection, which makes it very different from all the other {{UBIK}} controls. It is useful for exploring system internals of objects, since it acts on a very deep level with hardly any business logic around it. It should not be used for modifying objects unless it is really necessary.
{{ControlInfoBox| title = Object Explorer| name = Object Explorer| internalname = CtrlObjectBrowser| image = [[File:UI_ObjectExplorer.png|thumb|200px220px]]|imagecaption = Object Explorer control]]| purpose = Explore objects at system level| context = Any| version = 2+}}
==Basics==