Indicates whether the attribute will be visible or not at runtime in the QueryViewer control.
Never | The element is not visible and cannot be changed, but is still accessible via code. |
No | The element appears hidden from the start, but the user can unhide it with an action. |
Yes | The element is visible from the start, but can be hidden from the UI. |
Objects: Query
Generators: Java, .NET, .NET Core
It allows you to indicate whether the attribute will be visible or not at runtime in the QueryViewer control.
The default value is Yes.
- Yes: the element is visible from the start, but can be hidden from the UI.
- No: the element appears hidden from the start, but the user can unhide it with an action.
- Never: the element is not visible and cannot be changed, but is still accessible via code; i.e., in the ItemClick Event.
This property applies both at run-time and at design-time.
To apply the corresponding changes when the property value is configured, execute a Build with this Only of the object.
This property is available since GeneXus 17 upgrade 1.
Type property in Query Element
Axis and Visible property refactoring