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

TcxCustomGridCellViewInfo.TextWidth Property

Contains the cell text width.

Declaration

property TextWidth: Integer read;

Property Value

Type
Integer

Remarks

The TextWidth property contains the cell text width 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