TcxEditCellViewInfo.ContentRect Property
In This Article
Represents a cell rectangle excluding the width of its borders.
#Declaration
Delphi
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