You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A Boolean property. An expression which, if evaluated to be True, will show the title.

Default value

true() (that is, the grid will always be shown).

Valid values

true(), false() or any valid expression, involving field names, literals, XSL variables or JavaScript variables, which can be resolved to true() or false().

Example

This example will show the title if field #SHOW_TITLE is equal to 'Y'. The expression should be entered, and is shown when the property has focus, as follows:

When the property loses focus, the expression is shown as follows:

  • No labels