For Each xView1 As B4XView In Pane1.GetAllViewsRecursive
'Get the CLV here, without the usual way of the two tags in custom views.
For Each xView2 As B4XView In xView1.GetAllViewsRecursive
'Get the CLV here, without the usual way of the two tags in custom views.
For Each xView3 As B4XView In xView2.GetAllViewsRecursive
'Get the CLV here, without the usual way of the two tags in custom views.
log(xView3.AsView.SuperDuperTag)
Next
Next
Next