TcxCustomGridCellViewInfo.TextWidth Property
Contains the cell text width.
Declaration
property TextWidth: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The cell text width, in pixels. |
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