Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.Height Property

Contains the height of a specific cell in pixels.

Declaration

property Height: Integer read; write;

Property Value

Type
Integer

Remarks

The Height property contains the height of a specific cell including the border size in pixels.

There are several property groups providing useful information on cell position and size.

The following properties provide information on cell position within a grid control and its size:

The following properties provide information on cell content position within a grid control and its size:

The TextAreaBounds property contains information on cell text area position within a grid control and its size.

The following properties provide information on cell text size:

See Also