TcxCustomGridCellViewInfo.TextAreaBounds Property
Contains the rectangle bounding a cell’s text area.
Declaration
property TextAreaBounds: TRect read;
Property Value
Type |
---|
TRect |
Remarks
The TextAreaBounds property contains the rectangle bounding a cell’s text area. This rectangle specifies the space assigned to cell text. The bounding rectangle is calculated relative to the upper left corner of the grid control.
The text area bounding rectangle is somewhat smaller than the cell content bounding rectangle. The difference is specified by the cxGridCellTextOffset constant.
See Also