Window control name question

I’m reading all controls of a window. for a text field I get the exact name of the control.
But for my date control, which is a class itself, the name returned is _windowname.objectname.
Can anyone explain why ?

Is it a ContainerControl?

yes, it is a container control

Because it’s a containercontrol. And no, there’s no direct way to get its name.