Visibility

The Visibility property of objects in PandaSuite allows you to determine whether a graphic object is visible on the screen or not.


All graphic objects have access to the Visibility property. This property has two states:

  • Yes: The object is visible on the screen.
  • No: The object is invisible on the screen.

These settings can be defined by default during the object's configuration but can also be dynamically modified using actions or advanced functions like Evaluate.

Using Visibility with the Evaluate Function

Combining the Visibility property with the Evaluate function is particularly powerful, especially in collections to show or hide objects based on dynamic conditions.

The Evaluate function allows you to apply conditional logic to your objects. It returns a True or False value based on the evaluation criteria.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.