TcxEditCellViewInfo.ContentRect Property
Represents a cell rectangle excluding the width of its borders.
Declaration
property ContentRect: TRect read;
Property Value
| Type |
|---|
| TRect |
Remarks
The ContentRect property represents the rectangle available for the cell’s content.
The ContentRect property does not include the width of the borders while the BoundsRect property does.
See Also