Sets whether to display the page or control.

Applies To

  • Page Fields
  • Group and Part controls on pages
  • FactBoxes

Property Value

Yes (true on pages) if you want the page or control to be visible; otherwise, No (false on pages). The default is Yes (true on pages).

Remarks

Because this property also applies to containers, such as pages and subpages, if the Visible property for the container is set to No, then controls on the container are also not displayed, even if the Visible property is set to Yes.

Using the Visible Property on RoleTailored Client Pages

On pages, you use the Visible property to show or hide groups, parts, fields and action controls. You can show or hide a control statically by setting the property to true or false, or dynamically by using a boolean variable.

Important
You cannot change the visibility dynamically on a FactBox, if the FactBox is linked to a subpage.

Using a variable requires the following:

See Also

Concepts

Properties