Feedback
Enumerate and find child controls in Web GroupBox
- Status
- Fixed
- Fixed in
- v26.9.3
- Area
- web
- Last updated
- 2026-09-20
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Web GroupBox should expose read-only child inspection APIs matching the desktop control: Controls(), FindControl(), and FindControlByTag(). This will let Web applications enumerate or locate controls placed inside a GroupBox in the visual designer without maintaining a parallel array. The returned controls are the live control instances, while the Web layout remains designer-owned.