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

TcxCustomGridCellViewInfo.TextHeight Property

Contains the cell text height.

Declaration

property TextHeight: Integer read;

Property Value

Type
Integer

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