Official Content

Indicates whether the attribute will be visible or not at runtime in the QueryViewer control.

Values

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.

Scope

Objects: Query
Generators: Java, .NET, .NET Core

Description

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.

Runtime/Design time

This property applies both at run-time and at design-time.

Samples

QueryElementVisibilityleProperty

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Build with this Only of the object.

Availability

This property is available since GeneXus 17 upgrade 1.

See Also

Type property in Query Element
Axis and Visible property refactoring

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant