Contents - Index - Previous - Next


Visible property



Applies to
TProfGridRow class

Declaration
property Visible: Boolean;

Description

Specifies whether the row is visible, i.e. the row is not a hidden row.

To hide a row in the grid, set the row's Visible property to False.


Run-time only