Contents - Index - Previous - Next


Visible property



Applies to
TProfGridColumn class

Declaration
property Visible: Boolean;

Description

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

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


Run-time only