TcxRowCaptionInfo.CaptionRect Property
Returns the rectangle of the row item caption.
Declaration
property CaptionRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Use the CaptionRect property to get the rectangle area occupied by the item caption. Additionally, you can obtain the rectangle of the caption’s text via the CaptionTextRect property.
See Also