C_LCNC_2406 · Question #25
In SAP Build Apps, where can you configure the visibility of components?
The correct answer is A. Properties tab. In SAP Build Apps, the Properties tab is where you control component visibility - it exposes the Visible property (and conditional visibility logic) for any selected UI component. The Data tab deals with data variables, collections, and bindings to backend sources, not UI…
Question
In SAP Build Apps, where can you configure the visibility of components?
Options
- AProperties tab
- BData tab
- CStyle tab
- DLayout tab
How the community answered
(23 responses)- A87% (20)
- C4% (1)
- D9% (2)
Explanation
In SAP Build Apps, the Properties tab is where you control component visibility - it exposes the Visible property (and conditional visibility logic) for any selected UI component. The Data tab deals with data variables, collections, and bindings to backend sources, not UI display settings. The Style tab controls visual appearance like colors, fonts, and spacing - purely aesthetic, not visibility logic. The Layout tab governs positioning and sizing (flex, padding, margins) within the page structure.
Memory tip: Think "P for Properties = P for Present/Hidden" - whether a component appears on screen is a property of that component, just like its label text or enabled state.
Topics
Community Discussion
No community discussion yet for this question.