To access the child controls of a RadDockableObject content you can use
RadDockableObject.FindControl(string id) method to locate a child control
by its ID or you can use RadDockableObject.Container property to access the
control that contains the controls from the content template. Attaching
events declaratively to a child control inside a dockable object makes
this task even easier.