TcxCustomGridCellViewInfo.Visible Property
Specifies if the cell is visible.
Declaration
property Visible: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
If the property is set to False
, the cell with its content is not painted within the grid View. But the in-place cell editor still activates when a user clicks on the place where this cell is supposed to be drawn.
Note
If you set the Visible
property of a specific cell ViewInfo to False
, you must custom paint the cell’s bounding rectangle. Otherwise, the invisible cell will look like a hole displaying everything behind the grid control.
See Also