TcxCustomGridCellViewInfo.ContentBounds Property
Contains a specific cell bounding rectangle excluding the border size.
Declaration
property ContentBounds: TRect read;
Property Value
Type |
---|
TRect |
Remarks
The cell bounding rectangle returned by this property is calculated relative to the upper left corner of the grid control. The cell border width is not included in the cell bounding rectangle.
To get the width or height of a cell’s content, use the ContentWidth and ContentHeight properties correspondingly.
See Also