TcxCustomGridCellViewInfo.TextHeight Property
Returns the cell text height.
Declaration
property TextHeight: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The cell text height, in pixels. |
Remarks
The TextHeight property contains the cell text height specified by the Text property.
Note
ViewInfo classes (TcxCustomGridCellViewInfo descendants) that correspond to column headers and footer cells use the Text property to store their captions. Note that grid View data cells store their text within ViewInfo objects of in-place editors.
See Also